We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b12630 + b691833 commit 513aeaaCopy full SHA for 513aeaa
.github/workflows/build_zipapp.yml
@@ -46,7 +46,7 @@ jobs:
46
name: pytui-zipapp
47
path: dist/
48
- name: Sign the zipapp with Sigstore
49
- uses: sigstore/gh-action-sigstore-python@v3.1.0
+ uses: sigstore/gh-action-sigstore-python@v3.2.0
50
with:
51
release-signing-artifacts: false
52
inputs: >-
.github/workflows/publish_to_pypi.yml
@@ -71,7 +71,7 @@ jobs:
71
name: python-package-distributions
72
73
- name: Sign the dists with Sigstore
74
75
76
77
0 commit comments