Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit ce676b3

Browse files
committed
ci: Fix duplicate GitHub release
sigstore/gh-action-sigstore-python 3.0 changed the default to now release to GitHub including the sigstore artifacts. So we tell the action not to perform the release. Signed-off-by: BJ Hargrave <[email protected]>
1 parent fb82e0d commit ce676b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
inputs: |
114114
./dist/*.tar.gz
115115
./dist/*.whl
116+
release-signing-artifacts: false
116117

117118
- name: "Upload artifacts and signatures to GitHub release"
118119
run: |

0 commit comments

Comments
 (0)