mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-05 15:30:57 +00:00
Generate Sigstore signatures for release
This commit is contained in:
parent
9e9c4ff261
commit
95f158efd6
1 changed files with 7 additions and 2 deletions
9
.github/workflows/release-files.yml
vendored
9
.github/workflows/release-files.yml
vendored
|
|
@ -38,13 +38,18 @@ jobs:
|
|||
run: >
|
||||
python3 -m hatchling build
|
||||
|
||||
- name: Generate Sigstore signatures
|
||||
uses: sigstore/gh-action-sigstore-python@9310933b45d7dfc2fe40c1d701ac114548c28d31
|
||||
with:
|
||||
inputs: dist/*
|
||||
|
||||
- name: Check distribution files
|
||||
run: >
|
||||
twine check dist/*
|
||||
twine check dist/*.{tar.gz,whl}
|
||||
|
||||
- name: Calculate checksums for distribution files
|
||||
run: >
|
||||
sha256sum dist/*
|
||||
sha256sum dist/*.{tar.gz,whl}
|
||||
|
||||
- name: Add distribution files to release
|
||||
run: >
|
||||
|
|
|
|||
Loading…
Reference in a new issue