We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ce36a commit e4cb83eCopy full SHA for e4cb83e
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: 🚀 Publish to PyPi
33
run: uv publish
34
- name: ✍️ Sign published artifacts
35
- uses: sigstore/gh-action-sigstore-python@f832326173235dcb00dd5d92cd3f353de3188e6c # v3.1.0
+ uses: sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d # v3.2.0
36
with:
37
inputs: ./dist/*.tar.gz ./dist/*.whl
38
release-signing-artifacts: true
0 commit comments