mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 20:20:30 +00:00
Log checksums for release distribution files
Logs will be removed. PyPI will calculate and record checksums.
This commit is contained in:
parent
a12fcf04b2
commit
bab99bd945
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release-files.yml
vendored
4
.github/workflows/release-files.yml
vendored
|
|
@ -39,6 +39,10 @@ jobs:
|
|||
run: >
|
||||
twine check dist/*
|
||||
|
||||
- name: Calculate checksums for distribution files
|
||||
run: >
|
||||
sha256sum dist/*
|
||||
|
||||
- name: Add distribution files to release
|
||||
run: >
|
||||
gh release upload ${{ github.ref_name }} dist/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue