Skip to content

Commit

Permalink
Use cibuildwheel 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Sep 11, 2017
1 parent d54a978 commit 0cbbffb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ build:
script:
- git submodule update --init --recursive
- python3 -m venv env
- env/bin/pip install cibuildwheel==0.5.0 twine
- env/bin/pip install cibuildwheel==0.5.1 twine
- env/bin/cibuildwheel
- env/bin/twine upload wheelhouse/*.whl
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ script:
- pip3 install . && pytest tests
- |
if [ $TRAVIS_OS_NAME = linux ]; then
pip3 install cibuildwheel==0.5.0
pip3 install cibuildwheel==0.5.1
cibuildwheel --output-dir wheelhouse
if [[ $TRAVIS_TAG ]]; then
pip install twine
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
install: "git submodule update --init --recursive"

build_script:
- "%PYTHON% -m pip install https://github.com/lelit/cibuildwheel/archive/master.zip"
- "%PYTHON% -m pip install cibuildwheel==0.5.1"
- "%PYTHON% -m cibuildwheel --output-dir wheelhouse"
- ps: >-
if ($env:APPVEYOR_REPO_TAG -eq "true") {
Expand Down

0 comments on commit 0cbbffb

Please sign in to comment.