Skip to content

Commit 8ecdd88

Browse files
Update version of manylinux image
It seems numpy has stopped publishing manylinux1 builds, in favour of manylinux2014. So we must update to follow (as it's a right pain to build numpy ourselves - the CI runners can't do it at the moment)
1 parent f5817cd commit 8ecdd88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
# Disable auditwheel as it isn't compatible with setuptools_dso approach
7676
# https://github.com/mdavidsaver/setuptools_dso/issues/17
7777
CIBW_REPAIR_WHEEL_COMMAND: ""
78-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
79-
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux1_x86_64
78+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
79+
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux2014_x86_64
8080

8181
- name: Upload Wheel and Sdist
8282
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)