From 112885e97a29b6f77e19fd1de3d9e9cfab6ab883 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 3 Sep 2025 11:30:11 +0800 Subject: [PATCH] ci: remove unsupported setting --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a818c6d..f11c59d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,6 @@ ext-modules = [ [tool.cibuildwheel] -platform = "linux" build-frontend = "build[uv]" before-all = "ci/setup_cibuildwheel.sh"