We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 030b8c9 + 6946237 commit a3a958bCopy full SHA for a3a958b
1 file changed
.github/workflows/pypi.yaml
@@ -109,8 +109,9 @@ jobs:
109
path: dist
110
111
- name: "Sigstore sign package"
112
- uses: sigstore/gh-action-sigstore-python@61f6a500bbfdd9a2a339cf033e5421951fbc1cd2 # v2.1.1
+ uses: sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0.0
113
with:
114
+ release-signing-artifacts: false
115
inputs: |
116
./dist/*.tar.gz
117
./dist/*.whl
@@ -125,7 +126,7 @@ jobs:
125
126
# gh-action-pypi-publish has no option to ignore them.
127
- name: "Remove sigstore signatures before uploading to PyPI"
128
run: |
- rm ./dist/*.sigstore
129
+ rm ./dist/*.sigstore.json
130
131
- name: "Upload to PyPI"
132
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
0 commit comments