Skip to content

Commit

Permalink
Merge pull request #189 from kjd/fix-sigstore-action
Browse files Browse the repository at this point in the history
Upgrade gh-action-sigstore-python to v3.0.0
  • Loading branch information
kjd committed Sep 14, 2024
2 parents 3a26791 + 336fe1a commit d5b7696
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 @@ -66,7 +66,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Sign with Sigstore
uses: sigstore/gh-action-sigstore-python@1f6a500bbfdd9a2a339cf033e5421951fbc1cd2 # v2.1.1
uses: sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0.0
with:
inputs: >-
./dist/*.tar.gz
Expand Down

0 comments on commit d5b7696

Please sign in to comment.