Skip to content

Commit ecbaa5b

Browse files
committed
try manylinux2014
1 parent 1e5eb93 commit ecbaa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +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
24+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
2525
CIBW_BEFORE_ALL_LINUX: bin/cibw_before_build_linux.sh
2626
CIBW_BEFORE_ALL_MACOS: bin/cibw_before_build_macosx.sh
2727
CIBW_BEFORE_BUILD: pip install numpy cython

0 commit comments

Comments
 (0)