wheel.yml: Update cibuildwheel to pass in MacOS

Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
This commit is contained in:
Pedro Kaj Kjellerup Nacht 2023-11-28 13:46:20 +00:00
parent ad56e74c40
commit 3ced0ec995
No known key found for this signature in database

View File

@ -59,7 +59,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
python -m pip install cibuildwheel==2.12.0
python -m pip install cibuildwheel==2.16.2
- name: Build wheels
working-directory: ${{github.workspace}}/python