Skip to content

Commit af1b39c

Browse files
committed
update: linux version for wheel build to manylinux_2_28
1 parent be08b0f commit af1b39c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bld_wheels_and_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Build wheels
6464
uses: pypa/cibuildwheel@v2.22.0
6565
env:
66-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
66+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
6767
CIBW_SKIP: "cp36-* *-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
6868
CIBW_REPAIR_WHEEL_COMMAND_LINUX:
6969
auditwheel repair

0 commit comments

Comments
 (0)