Try to fix windows builds

This commit is contained in:
Roman Mogylatov 2020-07-01 18:13:35 -04:00
parent 75ab454084
commit 3c3d3ed118

View File

@ -81,13 +81,13 @@ jobs:
before_install: before_install:
- choco install python --version 3.8.0 - choco install python --version 3.8.0
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH" - export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
install: python3 -m pip install cibuildwheel==1.5.1 install: python -m pip install cibuildwheel==1.5.1
script: python3 -m cibuildwheel --output-dir wheelhouse script: python -m cibuildwheel --output-dir wheelhouse
after_success: after_success:
- | - |
if [[ $TRAVIS_TAG ]]; then if [[ $TRAVIS_TAG ]]; then
python3 -m pip install twine python -m pip install twine
python3 -m twine upload --repository testpypi wheelhouse/*.whl python -m twine upload --repository testpypi wheelhouse/*.whl
fi fi
notifications: notifications:
slack: slack: