10000 Merge pull request #22524 from EwoutH/cibuildwheel-2.11.2 · numpy/numpy@371f85e · GitHub
[go: up one dir, main page]

Skip to content

Commit 371f85e

Browse files
authored
Merge pull request #22524 from EwoutH/cibuildwheel-2.11.2
MAINT, BLD: Wheel CI: Update cibuildwheel to 2.11.2
2 parents 28e9227 + a58ffa4 commit 371f85e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
if: ${{ env.IS_32_BIT == 'true' }}
119119

120120
- name: Build wheels
121-
uses: pypa/cibuildwheel@v2.9.0
121+
uses: pypa/cibuildwheel@v2.11.2
122122
env:
123123
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
124124

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
- CIBW_BUILD: cp38-manylinux_aarch64
6262
- EXPECT_CPU_FEATURES: "NEON NEON_FP16 NEON_VFPV4 ASIMD ASIMDHP ASIMDDP ASIMDFHM"
63-
install: python3 -m pip install cibuildwheel==2.9.0
63+
install: python3 -m pip install cibuildwheel==2.11.2
6464
script: |
6565
cibuildwheel --output-dir wheelhouse
6666
source ./tools/wheels/upload_wheels.sh
@@ -73,7 +73,7 @@ jobs:
7373
virt: vm
7474
env:
7575
- CIBW_BUILD: cp39-manylinux_aarch64
76-
install: python3 -m pip install cibuildwheel==2.9.0
76+
install: python3 -m pip install cibuildwheel==2.11.2
7777
script: |
7878
cibuildwheel --output-dir wheelhouse
7979
source ./tools/wheels/upload_wheels.sh
@@ -86,7 +86,7 @@ jobs:
8686
virt: vm
8787
env:
8888
- CIBW_BUILD: cp310-manylinux_aarch64
89-
install: python3 -m pip install cibuildwheel==2.9.0
89+
install: python3 -m pip install cibuildwheel==2.11.2
9090
script: |
9191
cibuildwheel --output-dir wheelhouse
9292
source ./tools/wheels/upload_wheels.sh
@@ -99,7 +99,7 @@ jobs:
9999
virt: vm
100100
env:
101101
- CIBW_BUILD: cp311-manylinux_aarch64
102-
install: python3 -m pip install cibuildwheel==2.9.0
102+
install: python3 -m pip install cibuildwheel==2.11.2
103103
script: |
104104
cibuildwheel --output-dir wheelhouse
105105
source ./tools/wheels/upload_wheels.sh

0 commit comments

Comments
 (0)
0