Skip to content

Commit 8a391be

Browse files
committed
Bump to latest version of sigstore github action to avoid package incompatibilities
1 parent 96e6242 commit 8a391be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Publish distribution 📦 to PyPI
5555
uses: pypa/gh-action-pypi-publish@release/v1
5656
- name: Sign the dists with Sigstore
57-
uses: sigstore/gh-action-sigstore-python@v2.1.1
57+
uses: sigstore/gh-action-sigstore-python@v3.0.0
5858
with:
5959
inputs: >-
6060
./dist/*.tar.gz

0 commit comments

Comments
 (0)