Skip to content

Commit 0a2cc21

Browse files
committed
upgrade sigstore action
1 parent c65a97b commit 0a2cc21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
path: dist/
7474

7575
- name: Sign the dists with Sigstore
76-
uses: sigstore/gh-action-sigstore-python@v2.1.1
76+
uses: sigstore/gh-action-sigstore-python@v3
7777
with:
7878
inputs: >-
7979
./dist/*.tar.gz

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- generatereadme-*
1010
- generatedocstring-*
1111
- generateunittests-*
12+
- resolveissue-*
1213
- demo*
1314

1415
jobs:

0 commit comments

Comments
 (0)