Skip to content

Commit a6d652d

Browse files
committed
ci: remove gh-action-sigstore-python
This signing step is now done internally by gh-action-pypi-publish. Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 292cb7e commit a6d652d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,3 @@ jobs:
4343

4444
- name: publish
4545
uses: pypa/gh-action-pypi-publish@v1.12.4
46-
47-
- name: sign
48-
uses: sigstore/gh-action-sigstore-python@v2.1.1
49-
with:
50-
inputs: ./dist/*.tar.gz ./dist/*.whl
51-
release-signing-artifacts: true

0 commit comments

Comments
 (0)