Переглянути джерело

Stop installing all targets for cibuildwheel

Jelmer Vernooij 11 місяців тому
батько
коміт
06166f4b5e
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      .github/workflows/python-distributions.yml

+ 0 - 1
.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