We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be9126 commit 3c5e281Copy full SHA for 3c5e281
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
75
76
- name: Build wheels
77
- uses: pypa/cibuildwheel@v2.0.1
+ uses: pypa/cibuildwheel@v2.1.1
78
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
79
env:
80
CIBW_ARCHS: "${{ matrix.arch }}"
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
- arch: s390x
17
18
install:
19
- - python -m pip install cibuildwheel==2.0.1
+ - python -m pip install cibuildwheel==2.1.1
20
- python -m pip install -r requirements-deploy.txt
21
22
script:
0 commit comments