Skip to content

Commit

Permalink
Newer version of cibuildwheel on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed May 25, 2020
1 parent 628f8b4 commit a822a51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python
env:
global:
CIBW_BUILD_VERBOSITY: 3
PIP: pip3

language: generic

Expand All @@ -22,12 +21,12 @@ script:
- python --version
- python3 --version
- /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- $PIP install pip setuptools -U
- $PIP install cibuildwheel==0.10.0
- python3 -m pip install pip setuptools -U
- python3 -m pip install cibuildwheel==1.4.1
- eval "buildwheel() { cibuildwheel --output-dir wheelhouse >>buildwheel.log 2>&1; }"
- travis_wait 60 buildwheel || (tail -c 3670016 buildwheel.log && exit 1)
- tail -c 3670016 buildwheel.log
- ls wheelhouse
- $PIP install awscli --upgrade
- python3 -m pip install awscli --upgrade
- brew install awscli || true
- aws s3 sync ./wheelhouse/ s3://magnitude.plasticity.ai/wheelhouse/
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '1', '128')
__version_info__ = ('0', '1', '129')
__version__ = '.'.join(__version_info__)

0 comments on commit a822a51

Please sign in to comment.