Skip to content

Commit 4d269c5

Browse files
Copilotliudger
andcommitted
Fix release workflow file handle issue by disabling automatic release uploads
Co-authored-by: liudger <4112111+liudger@users.noreply.github.com>
1 parent a24f93f commit 4d269c5

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)