Skip to content

Commit

Permalink
Fix wheels build.
Browse files Browse the repository at this point in the history
Add line to set up Intel build to make universal python
wheels when building on M1 (Apple Silicon) macs.
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Oct 1, 2024
1 parent 6211b6c commit e574032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
pip install -U setuptools-rust &&
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
rustup show
CIBW_BEFORE_BUILD_MACOS: >
rustup target add x86_64-apple-darwin
# - name: build windows 32bit binaries
# if: matrix.os == 'windows'
# run: cibuildwheel --output-dir dist
Expand Down

0 comments on commit e574032

Please sign in to comment.