mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Stop generating Sigstore signatures on release
Failing to complete.
This commit is contained in:
parent
08e6ef91d9
commit
0a5a615c5d
1 changed files with 0 additions and 9 deletions
9
.github/workflows/release-files.yml
vendored
9
.github/workflows/release-files.yml
vendored
|
|
@ -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}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue