Skip to content

Commit 11b342b

Browse files
TEMP: Use default manylinux image for each platform
1 parent c061b30 commit 11b342b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
# Disable auditwheel as it isn't compatible with setuptools_dso approach
119119
# https://github.com/mdavidsaver/setuptools_dso/issues/17
120120
CIBW_REPAIR_WHEEL_COMMAND: ""
121-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
122-
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux2014_x86_64
121+
# CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
122+
# CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux2014_x86_64
123123
CIBW_SKIP: "*-musllinux*" # epicscorelibs doesn't build on musllinux platforms
124124

125125
- name: Upload Wheel

0 commit comments

Comments
 (0)