We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506f219 commit a3a0025Copy full SHA for a3a0025
1 file changed
.github/workflows/build_linux_wheels.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build wheels
23
uses: pypa/cibuildwheel@v2.22.0
24
env:
25
- #CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 manylinux2014
+ CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2014_x86_64
26
CIBW_SKIP: "cp36-* *-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
27
28
- uses: actions/upload-artifact@v4.4.3
0 commit comments