Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit bfa5e55

Browse files
Exclude musllinux wheels (#354)
1 parent 1c139b4 commit bfa5e55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-sdist-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, push]
44
env:
55
CIBW_BUILD_VERBOSITY: 3
66
CIBW_BUILD: 'cp3?-*'
7-
CIBW_SKIP: 'cp35-* cp36-* *-manylinux_i686 *-win32'
7+
CIBW_SKIP: 'cp35-* cp36-* *-manylinux_i686 *-musllinux_* *-win32'
88
CIBW_BEFORE_TEST: pip install -r {project}/tests/requirement_tests.txt
99
CIBW_TEST_COMMAND: pytest -s -v {project}/tests
1010

0 commit comments

Comments
 (0)