Skip to content

Commit 2e9f37c

Browse files
Another attempt to stop musllinux builds
1 parent dd88095 commit 2e9f37c

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*"
8181

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

0 commit comments

Comments
 (0)