Skip to content

Commit 7e84842

Browse files
committed
fix: upgrade gh-action-sigstore-python to v3.0.0
1 parent 363e4a6 commit 7e84842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: python-package-distributions
6969
path: dist/
7070
- name: Sign the dists with Sigstore
71-
uses: sigstore/gh-action-sigstore-python@v2.1.1
71+
uses: sigstore/gh-action-sigstore-python@v3.0.0
7272
with:
7373
inputs: >-
7474
./dist/*.tar.gz

0 commit comments

Comments
 (0)