Merge pull request #603 from cjmayo/checksums

Log checksums for release distribution files
This commit is contained in:
Chris Mayo 2021-12-22 19:27:37 +00:00 committed by GitHub
commit 6bfab5add2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/*