File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
if : ${{ env.IS_32_BIT == 'true' }}
119
119
120
120
- name : Build wheels
121
- uses : pypa/cibuildwheel@v2.9.0
121
+ uses : pypa/cibuildwheel@v2.11.2
122
122
env :
123
123
CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
124
124
Original file line number Diff line number Diff line change 60
60
env :
61
61
- CIBW_BUILD : cp38-manylinux_aarch64
62
62
- 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
64
64
script : |
65
65
cibuildwheel --output-dir wheelhouse
66
66
source ./tools/wheels/upload_wheels.sh
73
73
virt : vm
74
74
env :
75
75
- 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
77
77
script : |
78
78
cibuildwheel --output-dir wheelhouse
79
79
source ./tools/wheels/upload_wheels.sh
86
86
virt : vm
87
87
env :
88
88
- 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
90
90
script : |
91
91
cibuildwheel --output-dir wheelhouse
92
92
source ./tools/wheels/upload_wheels.sh
99
99
virt : vm
100
100
env :
101
101
- 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
103
103
script : |
104
104
cibuildwheel --output-dir wheelhouse
105
105
source ./tools/wheels/upload_wheels.sh
You can’t perform that action at this time.
0 commit comments