From 9d5ccfea85201c386f96696bac76aa1a9cdae671 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 27 Oct 2020 17:32:29 -0400 Subject: [PATCH] Debug TCI #5 --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59b6e71b..68b8a9b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,11 @@ jobs: language: shell osx_image: xcode10.2 env: TWINE_USERNAME=__token__ - install: python3 -m pip install cibuildwheel==1.5.1 + install: python3 -m pip install cibuildwheel==1.6.3 script: python3 -m cibuildwheel --output-dir wheelhouse after_success: -# - python3 -m pip install twine -# - python3 -m twine upload wheelhouse/*.whl + - python3 -m pip install twine + - python3 -m twine upload wheelhouse/*.whl - os: windows language: shell env: TWINE_USERNAME=__token__ @@ -24,8 +24,8 @@ jobs: - echo $SSL_CERT_FILE script: python -m cibuildwheel --output-dir wheelhouse after_success: -# - python -m pip install twine -# - python -m twine upload wheelhouse/*.whl + - python -m pip install twine + - python -m twine upload wheelhouse/*.whl notifications: slack: rooms: