From 3c3d3ed118c2a8cec2fb63e83a565c58a278bd14 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 1 Jul 2020 18:13:35 -0400 Subject: [PATCH] Try to fix windows builds --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e0c64f94..ce063742 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,13 +81,13 @@ jobs: before_install: - choco install python --version 3.8.0 - export PATH="/c/Python38:/c/Python38/Scripts:$PATH" - install: python3 -m pip install cibuildwheel==1.5.1 - script: python3 -m cibuildwheel --output-dir wheelhouse + install: python -m pip install cibuildwheel==1.5.1 + script: python -m cibuildwheel --output-dir wheelhouse after_success: - | if [[ $TRAVIS_TAG ]]; then - python3 -m pip install twine - python3 -m twine upload --repository testpypi wheelhouse/*.whl + python -m pip install twine + python -m twine upload --repository testpypi wheelhouse/*.whl fi notifications: slack: