File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -221,14 +221,14 @@ jobs:
221221 sudo apt-get install --yes libssl-dev
222222
223223 - name : Install cibuildwheel
224- run : python -m pip install cibuildwheel==2.17.0
224+ run : python -m pip install cibuildwheel==3.1.4
225225
226226 - name : Build wheels
227227 # to supply options, put them in 'env', like:
228228 env :
229- CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
230- CIBW_MANYLINUX_I686_IMAGE : manylinux_2_28
231- CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_28
229+ # CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
230+ # CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
231+ # CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
232232 CIBW_BUILD : cp${{ matrix.python }}-${{ matrix.platform_id }}
233233 CIBW_ARCHS_LINUX : auto aarch64
234234
You can’t perform that action at this time.
0 commit comments