Add missing cibuildwheel install line

This commit is contained in:
Joe Rickerby
2020-08-31 20:46:15 +01:00
parent 5c5d1ef10a
commit 4433ea4de1
+1
View File
@@ -26,6 +26,7 @@ windows:
script:
- choco install python --version 3.8.5 -y
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
- python -m pip install cibuildwheel
- cibuildwheel --output-dir wheelhouse
artifacts:
paths: