Skip to content

Commit

Permalink
ci: workflows/release: remove old signing step
Browse files Browse the repository at this point in the history
We use PEP 740 attestations now.
  • Loading branch information
woodruffw committed Nov 24, 2024
1 parent 1f7931f commit 60332a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,3 @@ jobs:

- name: publish
uses: pypa/gh-action-pypi-publish@v1.12.2

- name: sign
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: ./dist/*.tar.gz ./dist/*.whl
release-signing-artifacts: true

0 comments on commit 60332a4

Please sign in to comment.