Skip to content

Commit 0923197

Browse files
ci: print sha256sum of packaged Python package
Co-authored-by: Nicholas Bollweg <[email protected]>
1 parent 5e86279 commit 0923197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
python -m build --sdist --wheel .
2929
ls -l dist
30+
sha256sum dist/* | tee SHA256SUMS
3031
3132
- name: Publish to PyPI
3233
env:

0 commit comments

Comments
 (0)