Add missing cibuildwheel install line
This commit is contained in:
@@ -26,6 +26,7 @@ windows:
|
|||||||
script:
|
script:
|
||||||
- choco install python --version 3.8.5 -y
|
- choco install python --version 3.8.5 -y
|
||||||
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
||||||
|
- python -m pip install cibuildwheel
|
||||||
- cibuildwheel --output-dir wheelhouse
|
- cibuildwheel --output-dir wheelhouse
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user