Skip to content

Commit

Permalink
Use cibuildwheel 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed May 11, 2018
1 parent 35f1e7e commit c4809b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/anthrotype/cibuildwheel/archive/fix-pip-upgrade-windows.zip"
- "%PYTHON% -m pip install cibuildwheel==0.8.0
- "%PYTHON% -m cibuildwheel --output-dir wheelhouse"
- ps: >-
if ($env:APPVEYOR_REPO_TAG -eq "true") {
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ script:
# so we remove bytecode files before running it.
- find . -name __pycache__ -exec rm -rf {} +
- |
pip3 install cibuildwheel==0.7.0
pip3 install cibuildwheel==0.8.0
cibuildwheel --output-dir wheelhouse
if [[ -n "$TRAVIS_TAG" && -z "$RUN_DEBUG_PYTHON" ]]; then
pip3 install twine
Expand Down

0 comments on commit c4809b1

Please sign in to comment.