Skip to content

Commit 1e4c7b6

Browse files
committed
ci: Delete Sigstore signing - PyPI already doing that
Only now I noticed the `.publish.attestation` files in the releases...
1 parent 27393a5 commit 1e4c7b6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ jobs:
5959
fi
6060
exit $status
6161
62-
# Wait for the outcome of
63-
# https://github.com/pypa/gh-action-pypi-publish/issues/357
64-
#- name: Sign the release with Sigstore
65-
# if: steps.release.outputs.released == 'true'
66-
# uses: sigstore/gh-action-sigstore-python@v3.0.0
67-
# with:
68-
# inputs: dist/*
69-
7062
- name: Publish package distributions to PyPI
7163
if: steps.release.outputs.released == 'true'
7264
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)