mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +03:00
CI: Fix the path to the build wheels.
setup.py bdist_wheel goes to dist/*.whl pip wheel goes to *.whl
This commit is contained in:
parent
8ebac45f24
commit
cd087c6007
2
.github/workflows/test-cygwin.yml
vendored
2
.github/workflows/test-cygwin.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
C:\tools\cygwin\bin\python3.8 setup.py bdist_wheel
|
||||
- name: Install Pillow
|
||||
run: |
|
||||
C:\tools\cygwin\bin\dash -c '/usr/bin/python3.8 -m pip install *.whl'
|
||||
C:\tools\cygwin\bin\dash -c '/usr/bin/python3.8 -m pip install dist/*.whl'
|
||||
- name: Test Pillow
|
||||
run: |
|
||||
C:\tools\cygwin\bin\python3.8 selftest.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user