Skip to content

Commit

Permalink
updated cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
lejafar committed Aug 12, 2018
1 parent 2a3e3e7 commit 0360f4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ matrix:

env:
global:
- CIBW_SKIP=cp33-*
- TWINE_USERNAME=lejafar

script:
Expand All @@ -29,7 +28,7 @@ script:
else
docker run -v $PWD/openctm:/openctm -v $PWD/travis:/travis quay.io/pypa/manylinux1_x86_64 bash /travis/build-openctm.sh $MAKEFILE $LIB_NAME
fi
- $PIP install cibuildwheel==0.7.1
- $PIP install cibuildwheel==0.9.4
- touch stub.cc
- cibuildwheel --output-dir wheelhouse
- python -m pip install twine
Expand Down

0 comments on commit 0360f4a

Please sign in to comment.