Skip to content

Commit 6946237

Browse files
modify workflow to be compatible with new version
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
1 parent 4dc2019 commit 6946237

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pypi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
- name: "Sigstore sign package"
112112
uses: sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0.0
113113
with:
114+
release-signing-artifacts: false
114115
inputs: |
115116
./dist/*.tar.gz
116117
./dist/*.whl
@@ -125,7 +126,7 @@ jobs:
125126
# gh-action-pypi-publish has no option to ignore them.
126127
- name: "Remove sigstore signatures before uploading to PyPI"
127128
run: |
128-
rm ./dist/*.sigstore
129+
rm ./dist/*.sigstore.json
129130
130131
- name: "Upload to PyPI"
131132
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0

0 commit comments

Comments
 (0)