Skip to content

Commit 1e5eb93

Browse files
committed
try using manylinux2010
1 parent 486a29a commit 1e5eb93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
env:
2222
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-*
2323
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
24+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
2425
CIBW_BEFORE_ALL_LINUX: bin/cibw_before_build_linux.sh
2526
CIBW_BEFORE_ALL_MACOS: bin/cibw_before_build_macosx.sh
2627
CIBW_BEFORE_BUILD: pip install numpy cython

0 commit comments

Comments
 (0)