Fix for wheels build (#1042)

Co-authored-by: Li Chenghao (李成浩) <94270615+Chenghao999@users.noreply.github.com>
This commit is contained in:
Raivis Dejus 2025-01-10 09:01:59 +02:00 committed by GitHub
commit 70fa7aa7f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 17 deletions

View file

@ -226,7 +226,7 @@ jobs:
shell: bash
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_ARCHS_WINDOWS: "auto"
CIBW_ARCHS_MACOS: "universal2"