Skip to content

Commit

Permalink
Stop installing all targets for cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Apr 6, 2024
1 parent 80fbdcc commit 06166f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
CIBW_BEFORE_BUILD: >
pip install -U setuptools-rust &&
curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y &&
rustup target add all &&
rustup show
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 06166f4

Please sign in to comment.