Skip to content

Commit

Permalink
pip-zipapp: ignore beta tags
Browse files Browse the repository at this point in the history
Also add comments on finding sha sources on pypi
  • Loading branch information
pnasrat committed Jun 17, 2024
1 parent b2b4d3e commit 0fd4ef1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pip-zipapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -60,6 +69,8 @@ pipeline:
cp *.whl "$destd/$sdir/wheels/"
update:
ignore-regex-patterns:
- b
enabled: true
github:
identifier: pypa/pip

0 comments on commit 0fd4ef1

Please sign in to comment.