Skip to content

Commit

Permalink
Install rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Feb 10, 2024
1 parent 27a44eb commit 2d11365
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_ARCHS_WINDOWS: AMD64 x86
CIBW_BEFORE_BUILD: >
pip install -U setuptools-rust &&
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
rustup default nightly &&
rustup target add all &&
rustup show
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2d11365

Please sign in to comment.