File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,12 @@ jobs:
110110 path : dist
111111
112112 - name : " Sigstore sign package"
113- uses : sigstore/gh-action-sigstore-python@61f6a500bbfdd9a2a339cf033e5421951fbc1cd2 # v2.1.1
113+ uses : sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0.0
114114 with :
115115 inputs : |
116116 ./dist/*.tar.gz
117117 ./dist/*.whl
118+ release-signing-artifacts : false
118119
119120 - name : " Upload artifacts and signatures to GitHub release"
120121 run : |
@@ -126,7 +127,7 @@ jobs:
126127 # gh-action-pypi-publish has no option to ignore them.
127128 - name : " Remove sigstore signatures before uploading to PyPI"
128129 run : |
129- rm ./dist/*.sigstore
130+ rm ./dist/*.sigstore.json
130131
131132 - name : " Upload to PyPI"
132133 uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
You can’t perform that action at this time.
0 commit comments