瀏覽代碼

Merge pull request #1276 from jelmer/newer-cibuildwheel

Use latest cibuildwheel
Jelmer Vernooij 1 年之前
父節點
當前提交
91f9ef9dfa
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .github/workflows/python-distributions.yml

+ 1 - 2
.github/workflows/python-distributions.yml

@@ -25,7 +25,7 @@ jobs:
       - name: Install dependencies
         run: |
           python -m pip install --upgrade pip
-          pip install setuptools wheel fastimport paramiko urllib3 cibuildwheel==2.16.2 setuptools-rust
+          pip install setuptools wheel fastimport paramiko urllib3 cibuildwheel setuptools-rust
       - name: Install gpg on supported platforms
         run: pip install -U gpg
         if: "matrix.os != 'windows-latest'"
@@ -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