We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e86279 commit 0923197Copy full SHA for 0923197
.github/workflows/python-publish.yml
@@ -27,6 +27,7 @@ jobs:
27
run: |
28
python -m build --sdist --wheel .
29
ls -l dist
30
+ sha256sum dist/* | tee SHA256SUMS
31
32
- name: Publish to PyPI
33
env:
0 commit comments