diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2022-11-03 19:17:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-03 19:17:02 -0500 |
| commit | 371f85e9a8749a0f0bf5e1906fed6db200317d9d (patch) | |
| tree | 76e72e6c83125dd0bf2b19e94456734d650a3db3 | |
| parent | 28e9227565b22d2309825b58cb8fa8a45af011d9 (diff) | |
| parent | a58ffa41a61b4ca06427435479c918ea7dc5550e (diff) | |
| download | numpy-371f85e9a8749a0f0bf5e1906fed6db200317d9d.tar.gz | |
Merge pull request #22524 from EwoutH/cibuildwheel-2.11.2
MAINT, BLD: Wheel CI: Update cibuildwheel to 2.11.2
| -rw-r--r-- | .github/workflows/wheels.yml | 2 | ||||
| -rw-r--r-- | .travis.yml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 48acb4eb5..53345cee8 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 292966123..1c219a6d1 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 |
