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:
DWesl 2021-12-10 21:20:47 -05:00
parent 8ebac45f24
commit cd087c6007

View File

@ -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