Skip to content

Commit 302d8b5

Browse files
committed
Fix: update deprecated sigstore action
1 parent 80589de commit 302d8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
name: python-package-distributions
9090
path: dist/
9191
- name: Sign the dists with Sigstore
92-
uses: sigstore/gh-action-sigstore-python@v2.1.1
92+
uses: sigstore/gh-action-sigstore-python@v3.0.0
9393
with:
9494
inputs: >-
9595
./dist/*.tar.gz

0 commit comments

Comments
 (0)