We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13b6e8 commit dbecddbCopy full SHA for dbecddb
1 file changed
.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@v3.0.1
+ uses: sigstore/gh-action-sigstore-python@v3.1.0
36
with:
37
inputs: ./dist/*.tar.gz ./dist/*.whl
38
release-signing-artifacts: true
0 commit comments