commit 91f9ef9dfa0127c40906113b4abb71c90d408f09 from: Jelmer Vernooij via: GitHub date: Sat Apr 06 17:12:45 2024 UTC Merge pull request #1276 from jelmer/newer-cibuildwheel Use latest cibuildwheel commit - 91ecaff0cc2e36d04810567623ad05275d7e0842 commit + 91f9ef9dfa0127c40906113b4abb71c90d408f09 blob - e1eb45845b5803149529b8fd546f609ae398c098 blob + aab1375ec6314976cb71d5e411ac90edefd9e726 --- .github/workflows/python-distributions.yml +++ .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