We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e250dd9 commit b1b4592Copy full SHA for b1b4592
.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.0
+ uses: pypa/cibuildwheel@v2.0.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.0
+ - python -m pip install cibuildwheel==2.0.1
20
- python -m pip install -r requirements-deploy.txt
21
22
script:
constraints-ci.txt
@@ -1,2 +1,2 @@
1
-cmake==3.21.0
2
-ninja==1.10.0.post3
+cmake==3.21.1
+ninja==1.10.2
0 commit comments