We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43f42f0 + 4d269c5 commit 02c4b81Copy full SHA for 02c4b81
1 file changed
.github/workflows/release.yaml
@@ -51,4 +51,9 @@ jobs:
51
uses: sigstore/gh-action-sigstore-python@v3.0.0
52
with:
53
inputs: ./dist/*.tar.gz ./dist/*.whl
54
- release-signing-artifacts: true
+ release-signing-artifacts: false
55
+ - name: 📤 Upload signature files to release
56
+ uses: softprops/action-gh-release@v2.3.0
57
+ if: github.event_name == 'release' && github.event.action == 'published'
58
+ with:
59
+ files: ./dist/*.sigstore.json
0 commit comments