Skip to content

Commit 53eeb46

Browse files
committed
fix bug
1 parent 0c35cb7 commit 53eeb46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wppm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
shell: bash
7272
run: |
7373
DESTFILE="./wheelhouse/hashes.md"
74-
python -c "import sys;from winpython import hash; hash.print_hashes(sys.argv[1:])" wheelhouse/*.whl > $DESTFILE
74+
python -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" wheelhouse/*.whl > $DESTFILE
7575
7676
7777
- name: List wheelhouse contents (for debugging)

.github/workflows/build_wppm_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
shell: bash
7171
run: |
7272
DESTFILE="./wheelhouse/hashes.md"
73-
python -c "import sys;from winpython import hash; hash.print_hashes(sys.argv[1:])" wheelhouse/*.whl > $DESTFILE
73+
python -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" wheelhouse/*.whl > $DESTFILE
7474
7575
7676
- name: List wheelhouse contents (for debugging)

0 commit comments

Comments
 (0)