From db95e61b6a5de9f698972685442724322963169b Mon Sep 17 00:00:00 2001 From: Ahmed TAHRI Date: Mon, 11 Nov 2024 11:37:28 +0100 Subject: [PATCH] :wrench: update freethreaded CI steps*7 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7667111..04ffb91 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -229,7 +229,7 @@ jobs: uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3 env: CIBW_BUILD_FRONTEND: build - CIBW_BEFORE_BUILD: git apply freethreaded.patch + CIBW_BEFORE_ALL: git apply freethreaded.patch 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