Update cibuildwheel 2.16.2 -> 2.19.1

This commit is contained in:
Quentin Gliech 2024-06-18 09:49:49 +02:00
parent d826726705
commit 37a60a3e8a
No known key found for this signature in database
GPG key ID: 22D62B84552719FC

View file

@ -126,7 +126,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2
run: python -m pip install cibuildwheel==2.19.1
- name: Set up QEMU to emulate aarch64
if: matrix.arch == 'aarch64'