Skip to content

Commit a3a958b

Browse files
authored
Merge pull request #76 from instructlab/dependabot/github_actions/sigstore/gh-action-sigstore-python-3.0.0
Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0
2 parents 030b8c9 + 6946237 commit a3a958b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pypi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ jobs:
109109
path: dist
110110

111111
- name: "Sigstore sign package"
112-
uses: sigstore/gh-action-sigstore-python@61f6a500bbfdd9a2a339cf033e5421951fbc1cd2 # v2.1.1
112+
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@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2

0 commit comments

Comments
 (0)