Skip to content

Commit

Permalink
[ci] Move back to using adobe-type-tools' fork of cibuildwheel
Browse files Browse the repository at this point in the history
because it was updated
  • Loading branch information
miguelsousa authored and cjchapman committed Jun 28, 2019
1 parent 3b8b790 commit 8deb2f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
# to run your custom scripts instead of automatic MSBuild
build_script:
# our setup.py requires 'wheel', which may not be already installed
- python -m pip install git+https://github.com/miguelsousa/cibuildwheel wheel
- python -m pip install git+https://github.com/adobe-type-tools/cibuildwheel wheel
- cibuildwheel --output-dir wheelhouse

artifacts:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/setup_mac_pyenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $PYTHON -m venv venv
source venv/bin/activate
# install and update dependencies
$PIP install -U -q pip setuptools wheel
$PIP install git+https://github.com/miguelsousa/cibuildwheel
$PIP install git+https://github.com/adobe-type-tools/cibuildwheel
# print versions
$PYTHON --version
$PIP --version
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matrix:
script:
- $PIP install --upgrade pip
# - $PIP install cibuildwheel
- $PIP install git+https://github.com/miguelsousa/cibuildwheel
- $PIP install git+https://github.com/adobe-type-tools/cibuildwheel
- cibuildwheel --output-dir wheelhouse

after_success:
Expand Down

0 comments on commit 8deb2f1

Please sign in to comment.