Skip to content

Commit d014229

Browse files
committed
Update sigstore-python
1 parent 7e69cbc commit d014229

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jobs:
105105
Create a GitHub Release 🚀
106106
needs:
107107
- build
108-
- publish-to-pypi
109108
runs-on: ubuntu-latest
110109

111110
permissions:
@@ -119,7 +118,7 @@ jobs:
119118
name: python-package-distributions
120119
path: dist/
121120
- name: Sign the dists with Sigstore
122-
uses: sigstore/gh-action-sigstore-python@v2.1.1
121+
uses: sigstore/gh-action-sigstore-python@v3.0.0
123122
with:
124123
inputs: >-
125124
./dist/*.tar.gz

0 commit comments

Comments
 (0)