commit 83ce57e5207995e4f213bb04f4b5daa8b5867517 from: Romain via: GitHub date: Tue Nov 21 15:14:45 2023 UTC Upgrade cibuildwheel in CI workflow Upgrade cibuildwheel so python could build wheel Close #1233 commit - 1e94afdccfeb80a95707dd73e628d7d503d20977 commit + 83ce57e5207995e4f213bb04f4b5daa8b5867517 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'"