diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 384d00d..3a44a0f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -229,7 +229,8 @@ jobs: uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3 env: CIBW_BUILD_FRONTEND: build - CIBW_BEFORE_ALL: git apply freethreaded.patch + CIBW_BEFORE_BUILD: git apply freethreaded.patch || true + CIBW_BEFORE_BUILD_WINDOWS: git apply freethreaded.patch || (exit 0) CIBW_BUILD: cp313t* CIBW_BEFORE_ALL_LINUX: curl -sSf https://sh.rustup.rs | sh -s -- -y CIBW_BEFORE_ALL_WINDOWS: rustup target add i686-pc-windows-msvc