Skip to content

Commit

Permalink
Do not build wheels for musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
aromberg committed Jul 2, 2024
1 parent 201a8df commit 0faea20
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 @@ -28,7 +28,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS_LINUX: auto64
CIBW_SKIP: *-musllinux*
CIBW_SKIP: *-musllinux_x86_64
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0faea20

Please sign in to comment.