From b1b4592f1a2de08e33b6aef5a0c959873f8c16a0 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Wed, 28 Jul 2021 09:06:00 +0200 Subject: [PATCH] chore(ci): update cibuildwheel, cmake & ninja (#170) --- .github/workflows/build.yml | 2 +- .travis.yml | 2 +- constraints-ci.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94668bd35..e1f2a79a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: if: matrix.use_qemu && fromJSON(env.USE_QEMU) - name: Build wheels - uses: pypa/cibuildwheel@v2.0.0 + uses: pypa/cibuildwheel@v2.0.1 if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU) env: CIBW_ARCHS: "${{ matrix.arch }}" diff --git a/.travis.yml b/.travis.yml index 562c272e7..c94ba83ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: - arch: s390x install: - - python -m pip install cibuildwheel==2.0.0 + - python -m pip install cibuildwheel==2.0.1 - python -m pip install -r requirements-deploy.txt script: diff --git a/constraints-ci.txt b/constraints-ci.txt index 1ff2a6ec8..ea8b0529e 100644 --- a/constraints-ci.txt +++ b/constraints-ci.txt @@ -1,2 +1,2 @@ -cmake==3.21.0 -ninja==1.10.0.post3 +cmake==3.21.1 +ninja==1.10.2