We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090af96 commit 55cd1e8Copy full SHA for 55cd1e8
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: pypa/gh-action-pypi-publish@release/v1
40
41
- name: sign
42
- uses: sigstore/gh-action-sigstore-python@v1.2.3
+ uses: sigstore/gh-action-sigstore-python@v2.0.0
43
with:
44
inputs: ./dist/*.tar.gz ./dist/*.whl
45
release-signing-artifacts: true
0 commit comments