Skip to content

Commit

Permalink
Fixed sigstore version specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Dec 11, 2024
1 parent bdcb9f7 commit 965fafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: .github/scripts/check_version.sh ${{ steps.get_version.outputs.version }}
- run: python -m build .
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v3.0
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: >-
./dist/*.tar.gz
Expand Down

0 comments on commit 965fafa

Please sign in to comment.