Skip to content

Commit 72ead1a

Browse files
committed
Merge PRs #276 and #277 into release/v1
3 parents f760068 + 335e8b0 + 0126dca commit 72ead1a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ inputs:
8686
Enable experimental support for PEP 740 attestations.
8787
Only works with PyPI and TestPyPI via Trusted Publishing.
8888
required: false
89-
default: 'false'
89+
default: 'true'
9090
branding:
9191
color: yellow
9292
icon: upload-cloud

requirements/runtime.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ id ~= 1.0
1010
requests
1111

1212
# NOTE: Used to generate attestations.
13-
pypi-attestations ~= 0.0.12
14-
sigstore ~= 3.2.0
13+
pypi-attestations ~= 0.0.13
14+
sigstore ~= 3.5.1
1515

1616
# NOTE: Used to detect the PyPI package name from the distribution files
1717
packaging

requirements/runtime.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ pkginfo==1.10.0
7272
platformdirs==4.2.2
7373
# via sigstore
7474
pyasn1==0.6.0
75-
# via sigstore
75+
# via
76+
# pypi-attestations
77+
# sigstore
7678
pycparser==2.22
7779
# via cffi
7880
pydantic==2.7.1
@@ -91,7 +93,7 @@ pyjwt==2.8.0
9193
# via sigstore
9294
pyopenssl==24.1.0
9395
# via sigstore
94-
pypi-attestations==0.0.12
96+
pypi-attestations==0.0.13
9597
# via -r runtime.in
9698
python-dateutil==2.9.0.post0
9799
# via betterproto
@@ -117,7 +119,7 @@ rich==13.7.1
117119
# twine
118120
securesystemslib==1.0.0
119121
# via tuf
120-
sigstore==3.2.0
122+
sigstore==3.5.1
121123
# via
122124
# -r runtime.in
123125
# pypi-attestations

0 commit comments

Comments
 (0)