We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e7e8d commit 4a04228Copy full SHA for 4a04228
1 file changed
.github/workflows/code.yml
@@ -118,9 +118,9 @@ jobs:
118
# Disable auditwheel as it isn't compatible with setuptools_dso approach
119
# https://github.com/mdavidsaver/setuptools_dso/issues/17
120
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
+ # CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
+ # CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux2014_x86_64
+ # CIBW_SKIP: "*-musllinux*" # epicscorelibs doesn't build on musllinux platforms
124
125
- name: Upload Wheel
126
uses: actions/upload-artifact@v4
0 commit comments