Skip to content

Commit

Permalink
Merge pull request #59 from yt-project/musl_wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Aug 18, 2023
2 parents f1de6ea + bd138ef commit 24acf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
output-dir: dist
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: '*-musllinux_*' # numpy doesn't have wheels for musllinux so we can't build some quickly and without bloating
CIBW_SKIP: '*cp38-musllinux_*' # numpy doesn't have wheels for musllinux + py38
CIBW_ARCHS_LINUX: x86_64
CIBW_ARCHS_MACOS: x86_64 arm64
MACOSX_DEPLOYMENT_TARGET: '10.9' # as of CIBW 2.9, this is the default value, pin it so it can't be bumped silently
Expand Down

0 comments on commit 24acf4e

Please sign in to comment.