Skip to content

Commit 34ab5a9

Browse files
committed
Updates
1 parent 3d7048e commit 34ab5a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)