File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff 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 '
9090branding :
9191 color : yellow
9292 icon : upload-cloud
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ id ~= 1.0
1010requests
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
1717packaging
Original file line number Diff line number Diff line change @@ -72,7 +72,9 @@ pkginfo==1.10.0
7272platformdirs==4.2.2
7373 # via sigstore
7474pyasn1==0.6.0
75- # via sigstore
75+ # via
76+ # pypi-attestations
77+ # sigstore
7678pycparser==2.22
7779 # via cffi
7880pydantic==2.7.1
@@ -91,7 +93,7 @@ pyjwt==2.8.0
9193 # via sigstore
9294pyopenssl==24.1.0
9395 # via sigstore
94- pypi-attestations==0.0.12
96+ pypi-attestations==0.0.13
9597 # via -r runtime.in
9698python-dateutil==2.9.0.post0
9799 # via betterproto
@@ -117,7 +119,7 @@ rich==13.7.1
117119 # twine
118120securesystemslib==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
You can’t perform that action at this time.
0 commit comments