We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c2487b + 5020373 commit bdcb9f7Copy full SHA for bdcb9f7
.github/workflows/deploy.yml
@@ -65,7 +65,7 @@ jobs:
65
run: .github/scripts/check_version.sh ${{ steps.get_version.outputs.version }}
66
- run: python -m build .
67
- name: Sign the dists with Sigstore
68
- uses: sigstore/gh-action-sigstore-python@v2.1.1
+ uses: sigstore/gh-action-sigstore-python@v3.0
69
with:
70
inputs: >-
71
./dist/*.tar.gz
0 commit comments