Skip to content

Commit 9330dd4

Browse files
Explain contents of CIBW_SKIP env var
1 parent c6e9257 commit 9330dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
CIBW_REPAIR_WHEEL_COMMAND: ""
7878
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
7979
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux1_x86_64
80-
CIBW_SKIP: "*-musllinux*"
80+
CIBW_SKIP: "*-musllinux*" # epicscorelibs doesn't build on musllinux platforms
8181

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

0 commit comments

Comments
 (0)