Skip to content

Commit 7d689ad

Browse files
committed
Clean up unneeded wheel exclusions in CIBW_SKIP
1 parent 861998b commit 7d689ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
- name: Build wheels
6969
uses: pypa/[email protected]
7070
env:
71-
CIBW_BUILD_VERBOSITY: 1
72-
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
7371
CIBW_ARCHS: "native"
74-
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-linux_aarch64 *-linux_armv7l"
72+
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
73+
CIBW_BUILD_VERBOSITY: 1
74+
CIBW_SKIP: "*-musllinux_*"
7575
CIBW_BEFORE_ALL: "python {project}/.github/workflows/run_before_all.py"
7676
CIBW_TEST_EXTRAS: "test"
7777
CIBW_TEST_COMMAND: "python -m pytest {project}/packages/basemap"

0 commit comments

Comments
 (0)