Skip to content

Commit

Permalink
Install rust on macos cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanPatman committed Dec 1, 2023
1 parent c137c1f commit fd79979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
CIBW_BEFORE_ALL_MACOS: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
CIBW_SKIP: "pp* *-musllinux_i686"
CIBW_ARCHS_MACOS: x86_64
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies = [
dev = [
"setuptools-git-versioning",
"setuptools-rust",
"cibuildwheel",
"pre-commit",
"ruff",
"pytest",
Expand Down

0 comments on commit fd79979

Please sign in to comment.