We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c35cb7 commit 53eeb46Copy full SHA for 53eeb46
2 files changed
.github/workflows/build_wppm.yml
@@ -71,7 +71,7 @@ jobs:
71
shell: bash
72
run: |
73
DESTFILE="./wheelhouse/hashes.md"
74
- python -c "import sys;from winpython import hash; hash.print_hashes(sys.argv[1:])" wheelhouse/*.whl > $DESTFILE
+ python -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" wheelhouse/*.whl > $DESTFILE
75
76
77
- name: List wheelhouse contents (for debugging)
.github/workflows/build_wppm_test.yml
@@ -70,7 +70,7 @@ jobs:
70
0 commit comments