Skip to content

Commit

Permalink
chore: bump to cibuildwheel 2.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jun 23, 2021
1 parent 67f9fe4 commit 39336d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0 # required for versioneer to find tags

- name: Build wheels
uses: henryiii/cibuildwheel@3b715c72d5159c3bf1d37faaf42ba544e038d695
uses: pypa/cibuildwheel@v2.0.0a3
env:
CIBW_ARCHS: "${{ matrix.arch }}"

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ matrix:
- arch: s390x

install:
- python -m pip install git+https://github.com/henryiii/cibuildwheel.git@3b715c72d5159c3bf1d37faaf42ba544e038d695
- python -m pip install cibuildwheel==2.0.0a3
- python -m pip install -r requirements-deploy.txt

script:
Expand Down

0 comments on commit 39336d6

Please sign in to comment.