File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments