From 26e2a671a7dd3aa385cffa0d84938603e31a7e4e Mon Sep 17 00:00:00 2001 From: Kin Date: Wed, 21 Feb 2024 20:48:54 +0100 Subject: [PATCH] fix(wheel): fix wheel build in window, check more detail in these link: https://github.com/pypa/cibuildwheel/issues/1740 https://github.com/QuakeMigrate/QuakeMigrate/pull/171 https://github.com/QuakeMigrate/QuakeMigrate/issues/170 --- .github/workflows/Wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Wheels.yml b/.github/workflows/Wheels.yml index 16fcbe3..f5a1fa6 100644 --- a/.github/workflows/Wheels.yml +++ b/.github/workflows/Wheels.yml @@ -25,7 +25,7 @@ jobs: with: submodules: true - - uses: pypa/cibuildwheel@v2.13.0 + - uses: pypa/cibuildwheel@v2.16.5 env: # Cross-compile on macOS CIBW_ARCHS_MACOS: x86_64 arm64