We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861998b commit 7d689adCopy full SHA for 7d689ad
.github/workflows/build.yml
@@ -68,10 +68,10 @@ jobs:
68
- name: Build wheels
69
uses: pypa/[email protected]
70
env:
71
- CIBW_BUILD_VERBOSITY: 1
72
- CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
73
CIBW_ARCHS: "native"
74
- CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-linux_aarch64 *-linux_armv7l"
+ CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
+ CIBW_BUILD_VERBOSITY: 1
+ CIBW_SKIP: "*-musllinux_*"
75
CIBW_BEFORE_ALL: "python {project}/.github/workflows/run_before_all.py"
76
CIBW_TEST_EXTRAS: "test"
77
CIBW_TEST_COMMAND: "python -m pytest {project}/packages/basemap"
0 commit comments