From 0eebf5855af0255191bf07017b5e768f3fb4ac60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Tue, 20 Jun 2023 00:59:40 +0200 Subject: [PATCH] BLD: stop building wheels for Windows 32 --- .github/workflows/wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index b7263520791..1c93da42719 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -40,7 +40,7 @@ jobs: CIBW_ARCHS_LINUX: "x86_64" CIBW_ARCHS_MACOS: x86_64 arm64 MACOSX_DEPLOYMENT_TARGET: "10.9" # as of CIBW 2.9, this is the default value, pin it so it can't be bumped silently - CIBW_ARCHS_WINDOWS: "auto" + CIBW_ARCHS_WINDOWS: auto64 CIBW_ENVIRONMENT: "LDFLAGS='-static-libstdc++'" CIBW_BUILD_VERBOSITY: 1