Skip to content

Commit

Permalink
Merge pull request #780 from cjmayo/no-sigstore
Browse files Browse the repository at this point in the history
Stop generating Sigstore signatures on release
  • Loading branch information
cjmayo committed Dec 11, 2023
2 parents 08e6ef9 + 0a5a615 commit 12e47c9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
run: >
python3 -m hatchling build
- name: Generate Sigstore signatures
uses: sigstore/gh-action-sigstore-python@1a402ed919f6cb88b9bafb523fb65508c442514b
with:
inputs: dist/*

- name: Check distribution files
run: >
twine check dist/*.{tar.gz,whl}
Expand All @@ -57,9 +52,5 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Remove Sigstore files
run: >
rm -f dist/*.{crt,sig,sigstore}
- name: Publish distribution files to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 12e47c9

Please sign in to comment.