File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ inputs:
86
86
Enable experimental support for PEP 740 attestations.
87
87
Only works with PyPI and TestPyPI via Trusted Publishing.
88
88
required : false
89
- default : ' false '
89
+ default : ' true '
90
90
branding :
91
91
color : yellow
92
92
icon : upload-cloud
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ id ~= 1.0
10
10
requests
11
11
12
12
# 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
15
15
16
16
# NOTE: Used to detect the PyPI package name from the distribution files
17
17
packaging
Original file line number Diff line number Diff line change @@ -72,7 +72,9 @@ pkginfo==1.10.0
72
72
platformdirs==4.2.2
73
73
# via sigstore
74
74
pyasn1==0.6.0
75
- # via sigstore
75
+ # via
76
+ # pypi-attestations
77
+ # sigstore
76
78
pycparser==2.22
77
79
# via cffi
78
80
pydantic==2.7.1
@@ -91,7 +93,7 @@ pyjwt==2.8.0
91
93
# via sigstore
92
94
pyopenssl==24.1.0
93
95
# via sigstore
94
- pypi-attestations==0.0.12
96
+ pypi-attestations==0.0.13
95
97
# via -r runtime.in
96
98
python-dateutil==2.9.0.post0
97
99
# via betterproto
@@ -117,7 +119,7 @@ rich==13.7.1
117
119
# twine
118
120
securesystemslib==1.0.0
119
121
# via tuf
120
- sigstore==3.2.0
122
+ sigstore==3.5.1
121
123
# via
122
124
# -r runtime.in
123
125
# pypi-attestations
You can’t perform that action at this time.
0 commit comments