From b96eb10e584ff48c046b39ee0b04de750773b249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sun, 31 May 2026 16:07:18 +0200 Subject: [PATCH] WHL: switch build frontend from `build[uv]` to `uv` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f0d99154..83cded90c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ addopts = "-l" filterwarnings = ["error"] [tool.cibuildwheel] -build-frontend = "build[uv]" +build-frontend = "uv; args: --no-config" skip = [ "*_i686", "cp310-win_arm64", # no numpy wheels for this target