We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 820b049 + c59f9c0 commit 6690e96Copy full SHA for 6690e96
.github/workflows/build-exe.yml
@@ -45,7 +45,7 @@ jobs:
45
name: splitguides-app
46
path: dist/
47
- name: Sign the zipapp with Sigstore
48
- uses: sigstore/gh-action-sigstore-python@v3.0.0
+ uses: sigstore/gh-action-sigstore-python@v3.0.1
49
with:
50
release-signing-artifacts: false
51
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