Skip to content

Commit

Permalink
Merge PRs #276 and #277 into release/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Oct 30, 2024
3 parents f760068 + 335e8b0 + 0126dca commit 72ead1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ inputs:
Enable experimental support for PEP 740 attestations.
Only works with PyPI and TestPyPI via Trusted Publishing.
required: false
default: 'false'
default: 'true'
branding:
color: yellow
icon: upload-cloud
Expand Down
4 changes: 2 additions & 2 deletions requirements/runtime.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ id ~= 1.0
requests

# NOTE: Used to generate attestations.
pypi-attestations ~= 0.0.12
sigstore ~= 3.2.0
pypi-attestations ~= 0.0.13
sigstore ~= 3.5.1

# NOTE: Used to detect the PyPI package name from the distribution files
packaging
8 changes: 5 additions & 3 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ pkginfo==1.10.0
platformdirs==4.2.2
# via sigstore
pyasn1==0.6.0
# via sigstore
# via
# pypi-attestations
# sigstore
pycparser==2.22
# via cffi
pydantic==2.7.1
Expand All @@ -91,7 +93,7 @@ pyjwt==2.8.0
# via sigstore
pyopenssl==24.1.0
# via sigstore
pypi-attestations==0.0.12
pypi-attestations==0.0.13
# via -r runtime.in
python-dateutil==2.9.0.post0
# via betterproto
Expand All @@ -117,7 +119,7 @@ rich==13.7.1
# twine
securesystemslib==1.0.0
# via tuf
sigstore==3.2.0
sigstore==3.5.1
# via
# -r runtime.in
# pypi-attestations
Expand Down

0 comments on commit 72ead1a

Please sign in to comment.