Skip to content

Commit

Permalink
#5 attempting visual studio compatiblewheel build(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 13, 2020
1 parent 8b2d2f9 commit 53c6587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
REM call scripts\build_win_x86.bat
vcpkg install libpng:x64-windows libjpeg-turbo:x64-windows zlib:x64-windows curl:x64-windows tiff:x64-windows fftw3:x64-windows
vcpkg list
python -m pip --disable-pip-version-check install cibuildwheel==1.6.1
python -m pip --disable-pip-version-check install cibuildwheel==1.6.1 wheel
python setup.py bdist_wheel
REM python -m cibuildwheel --output-dir wheelhouse
env:
Expand Down

0 comments on commit 53c6587

Please sign in to comment.