diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 48acb4eb5b42..53345cee8cb9 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -118,7 +118,7 @@ jobs: if: ${{ env.IS_32_BIT == 'true' }} - name: Build wheels - uses: pypa/cibuildwheel@v2.9.0 + uses: pypa/cibuildwheel@v2.11.2 env: CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} diff --git a/.travis.yml b/.travis.yml index 292966123254..1c219a6d1e0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ jobs: env: - CIBW_BUILD: cp38-manylinux_aarch64 - EXPECT_CPU_FEATURES: "NEON NEON_FP16 NEON_VFPV4 ASIMD ASIMDHP ASIMDDP ASIMDFHM" - install: python3 -m pip install cibuildwheel==2.9.0 + install: python3 -m pip install cibuildwheel==2.11.2 script: | cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh @@ -73,7 +73,7 @@ jobs: virt: vm env: - CIBW_BUILD: cp39-manylinux_aarch64 - install: python3 -m pip install cibuildwheel==2.9.0 + install: python3 -m pip install cibuildwheel==2.11.2 script: | cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh @@ -86,7 +86,7 @@ jobs: virt: vm env: - CIBW_BUILD: cp310-manylinux_aarch64 - install: python3 -m pip install cibuildwheel==2.9.0 + install: python3 -m pip install cibuildwheel==2.11.2 script: | cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh @@ -99,7 +99,7 @@ jobs: virt: vm env: - CIBW_BUILD: cp311-manylinux_aarch64 - install: python3 -m pip install cibuildwheel==2.9.0 + install: python3 -m pip install cibuildwheel==2.11.2 script: | cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh