We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc2019 commit 6946237Copy full SHA for 6946237
1 file changed
.github/workflows/pypi.yaml
@@ -111,6 +111,7 @@ jobs:
111
- name: "Sigstore sign package"
112
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@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
0 commit comments