From 0360f4af2405b3a9e230c0a780b8bc00cb325e56 Mon Sep 17 00:00:00 2001 From: Rafael Hautekiet Date: Sun, 12 Aug 2018 22:09:18 +0200 Subject: [PATCH] updated cibuildwheel version --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65696b3..be4f20e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ matrix: env: global: - - CIBW_SKIP=cp33-* - TWINE_USERNAME=lejafar script: @@ -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