Skip to content

Commit

Permalink
Merge pull request #150 from jelmer/fix-wheels
Browse files Browse the repository at this point in the history
Fix wheels
  • Loading branch information
jelmer committed Sep 10, 2023
2 parents 9974eb4 + 2cb5d3e commit 555f88e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_PLATFORM: macos linux
CIBW_ARCHS_LINUX: x86_64
# ARM builds fail at the moment:
# CIBW_ARCHS_LINUX: x86_64 aarch64
Expand Down

0 comments on commit 555f88e

Please sign in to comment.