Skip to content

Commit

Permalink
Fix the MacOS wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Dec 5, 2024
1 parent 617a2c8 commit c4ef2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
release:
types:
- created
push

jobs:
build_wheels:
Expand Down Expand Up @@ -62,7 +63,6 @@ jobs:
fi
CIBW_BEFORE_ALL_MACOS: |
curl -sSf https://sh.rustup.rs | sh -s -- -y
rustup target add aarch64-apple-darwin x86_64-apple-darwin
CIBW_BEFORE_ALL_WINDOWS: rustup target add i686-pc-windows-msvc
CIBW_BEFORE_BUILD: pip install setuptools-rust
CIBW_ENVIRONMENT: PATH="$HOME/.cargo/bin:$PATH"
Expand Down

0 comments on commit c4ef2c2

Please sign in to comment.