Skip to content

Commit c061b30

Browse files
TEMP: Restore removal of muslinux
1 parent e7ca0ef commit c061b30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ 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
123-
# CIBW_SKIP: "*-musllinux*" # epicscorelibs doesn't build on musllinux platforms
121+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
122+
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux2014_x86_64
123+
CIBW_SKIP: "*-musllinux*" # epicscorelibs doesn't build on musllinux platforms
124124

125125
- name: Upload Wheel
126126
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)