commit ce10dd1ea24c4100428ebe322e17c73c73ae3474 from: Jelmer Vernooij via: GitHub date: Tue Nov 21 22:57:35 2023 UTC Merge pull request #1234 from Starmania/budate-cibuildwheel Update cibuildwheel in CI workflow commit - 1e94afdccfeb80a95707dd73e628d7d503d20977 commit + ce10dd1ea24c4100428ebe322e17c73c73ae3474 blob - bdf38fa159e959ad917da801239c5a138c4396df blob + a19fee1c5697f9b544c5f6d8dc12666f1cf9aa2b --- .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.9.0 + pip install setuptools wheel fastimport paramiko urllib3 cibuildwheel==2.16.2 - name: Install gpg on supported platforms run: pip install -U gpg if: "matrix.os != 'windows-latest'"