Skip to content

Commit ca30d98

Browse files
authored
Merge pull request #145 from instructlab/dependabot/github_actions/sigstore/gh-action-sigstore-python-3.0.0
build(deps): bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0
2 parents d9cc9b7 + 66f0131 commit ca30d98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)