Skip to content

Commit 144c251

Browse files
Update gh-action-sigstore-python to v2.1.1
1 parent b8866e9 commit 144c251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
name: python-package-distributions
101101
path: dist/
102102
- name: Sign the dists with Sigstore
103-
uses: sigstore/gh-action-sigstore-python@v1.2.3
103+
uses: sigstore/gh-action-sigstore-python@v2.1.1
104104
with:
105105
inputs: >-
106106
./dist/*.tar.gz
@@ -144,7 +144,7 @@ jobs:
144144
name: python-package-distributions-testing
145145
path: dist/
146146
- name: Sign the dists with Sigstore
147-
uses: sigstore/gh-action-sigstore-python@v1.2.3
147+
uses: sigstore/gh-action-sigstore-python@v2.1.1
148148
with:
149149
inputs: >-
150150
./dist/*.tar.gz

0 commit comments

Comments
 (0)