From 0fd4ef165350c67b4f2dae16e686b422613d74f8 Mon Sep 17 00:00:00 2001 From: Pris Nasrat Date: Mon, 17 Jun 2024 17:35:43 +0000 Subject: [PATCH] pip-zipapp: ignore beta tags Also add comments on finding sha sources on pypi --- pip-zipapp.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pip-zipapp.yaml b/pip-zipapp.yaml index 202366a826d..f610474c334 100644 --- a/pip-zipapp.yaml +++ b/pip-zipapp.yaml @@ -11,6 +11,15 @@ environment: packages: - busybox +# See https://pip.pypa.io/en/stable/installation/#standalone-zip-application +# Wheels for installer, setuptools, tomli, wheel, flit-core +# +# Hashes available from pypi (built distribution is the wheel) +# https://pypi.org/project/installer/0.7.0/#files +# https://pypi.org/project/setuptools/70.0.0/#files +# https://pypi.org/project/tomli/2.0.1/#files +# https://pypi.org/project/wheel/#files +# https://pypi.org/project/flit-core/#files pipeline: - uses: fetch with: @@ -60,6 +69,8 @@ pipeline: cp *.whl "$destd/$sdir/wheels/" update: + ignore-regex-patterns: + - b enabled: true github: identifier: pypa/pip