commit 06166f4b5eacb135a4988bde8159fac6d742f0d2 from: Jelmer Vernooij date: Sat Apr 06 15:53:55 2024 UTC Stop installing all targets for cibuildwheel commit - 80fbdcc60464ae035d6e9c564000ee4eece3f369 commit + 06166f4b5eacb135a4988bde8159fac6d742f0d2 blob - 4648cf290060eb40de8201ca6259902786f7a3f5 blob + aab1375ec6314976cb71d5e411ac90edefd9e726 --- .github/workflows/python-distributions.yml +++ .github/workflows/python-distributions.yml @@ -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