commit 80fbdcc60464ae035d6e9c564000ee4eece3f369 from: Jelmer Vernooij date: Sat Apr 06 15:51:56 2024 UTC Use latest cibuildwheel commit - 91ecaff0cc2e36d04810567623ad05275d7e0842 commit + 80fbdcc60464ae035d6e9c564000ee4eece3f369 blob - e1eb45845b5803149529b8fd546f609ae398c098 blob + 4648cf290060eb40de8201ca6259902786f7a3f5 --- .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'"