Skip to content

Commit 43add94

Browse files
committed
try musllinux
1 parent d2a3267 commit 43add94

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ jobs:
4646
uses: pypa/cibuildwheel@v2.22.0
4747
env:
4848
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
49-
CIBW_SKIP: "*-win32 *i686 pp3 *-musllinux_*"
49+
CIBW_SKIP: "*-win32 *i686 pp3 *-manylinux_*"
5050
CIBW_BUILD_FRONTEND: build
5151
CIBW_BUILD_VERBOSITY: 1
5252
CIBW_TEST_REQUIRES: pytest
5353
CIBW_TEST_COMMAND: |
5454
pytest {project}/tests
55-
CIBW_MANYLINUX_X86_64_IMAGE: "quay.io/pypa/manylinux_2_28_x86_64"
55+
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64
56+
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
5657
CIBW_BEFORE_ALL_LINUX: |
5758
bash {project}/cibw-scripts/before_all_linux.sh {project}
5859
CIBW_BEFORE_ALL_WINDOWS: |

0 commit comments

Comments
 (0)