We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afb8a5a + b535bf3 commit f9fee88Copy full SHA for f9fee88
.github/workflows/build_zipapp.yml
@@ -44,7 +44,7 @@ jobs:
44
name: pythonfinder-zipapp
45
path: dist/
46
- name: Sign the zipapp with Sigstore
47
- uses: sigstore/gh-action-sigstore-python@v3.0.1
+ uses: sigstore/gh-action-sigstore-python@v3.1.0
48
with:
49
release-signing-artifacts: false
50
inputs: >-
.github/workflows/publish_to_pypi.yml
@@ -69,7 +69,7 @@ jobs:
69
name: python-package-distributions
70
71
- name: Sign the dists with Sigstore
72
73
74
75
0 commit comments