Skip to content

Commit 3c5e281

Browse files
authored
chore(ci): use cibuildwheel 2.1.1 (#183)
1 parent 1be9126 commit 3c5e281

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
7575

7676
- name: Build wheels
77-
uses: pypa/cibuildwheel@v2.0.1
77+
uses: pypa/cibuildwheel@v2.1.1
7878
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
7979
env:
8080
CIBW_ARCHS: "${{ matrix.arch }}"

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
- arch: s390x
1717

1818
install:
19-
- python -m pip install cibuildwheel==2.0.1
19+
- python -m pip install cibuildwheel==2.1.1
2020
- python -m pip install -r requirements-deploy.txt
2121

2222
script:

0 commit comments

Comments
 (0)