Skip to content

Commit 02c4b81

Browse files
authored
Merge pull request #1171 from liudger/copilot/fix-1170
2 parents 43f42f0 + 4d269c5 commit 02c4b81

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ jobs:
5151
uses: sigstore/gh-action-sigstore-python@v3.0.0
5252
with:
5353
inputs: ./dist/*.tar.gz ./dist/*.whl
54-
release-signing-artifacts: true
54+
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

Comments
 (0)