mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 05:41:00 +00:00
Merge pull request #603 from cjmayo/checksums
Log checksums for release distribution files
This commit is contained in:
commit
6bfab5add2
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