Skip to content

Commit e56ff0b

Browse files
authored
Merge pull request #1614 from shenxianpeng/patch-1
upgrade gh-action-sigstore-python to v3.0.0
2 parents fe0857a + 7e84842 commit e56ff0b

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)