We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11866e4 commit c72e5bdCopy full SHA for c72e5bd
1 file changed
.github/workflows/bld_wheels_and_upload.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Build wheels
64
uses: pypa/cibuildwheel@v3.0.1
65
env:
66
- CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux_1_14
67
CIBW_SKIP: "cp36-* *-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
68
CIBW_REPAIR_WHEEL_COMMAND_LINUX:
69
auditwheel repair
0 commit comments