Skip to content

Commit

Permalink
Update cibuildwheel to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msanders committed Jan 17, 2020
1 parent 720b94e commit 4fc8a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
# Note: TWINE_PASSWORD is set in Travis settings.

script:
- "pip install cibuildwheel==1.0.0 setuptools-rust==0.10.3"
- "pip install cibuildwheel==1.1.0 setuptools-rust==0.10.3"
- export RUST_BACKTRACE=1
- export CIBW_BEFORE_BUILD="pip install setuptools-rust==0.10.3 && source ./scripts/travis"
- export CIBW_SKIP=cp34-*\ $CIBW_SKIP
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- rustc -vV
- cargo -vV
- python -m pip install -U pip
- python -m pip install cibuildwheel==1.0.0 setuptools setuptools-rust==0.10.3
- python -m pip install cibuildwheel==1.1.0 setuptools setuptools-rust==0.10.3

build_script:
- cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 4fc8a9c

Please sign in to comment.