Skip to content

Commit a3a0025

Browse files
committed
add new yml file to build wheels for linux
1 parent 506f219 commit a3a0025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_linux_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build wheels
2323
uses: pypa/cibuildwheel@v2.22.0
2424
env:
25-
#CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 manylinux2014
25+
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2014_x86_64
2626
CIBW_SKIP: "cp36-* *-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
2727

2828
- uses: actions/upload-artifact@v4.4.3

0 commit comments

Comments
 (0)