소스 검색

Use latest cibuildwheel

Jelmer Vernooij 1 년 전
부모
커밋
80fbdcc604
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/python-distributions.yml

+ 1 - 1
.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'"