From 938589f52c9478cb6868eb07cb5996d30fe8de97 Mon Sep 17 00:00:00 2001 From: JoelLucaAdams Date: Wed, 30 Oct 2024 13:02:38 +0000 Subject: [PATCH] Remove `cibuildwheels` from pyproject.toml --- pyproject.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c951309..c23cabb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ docs = [ "sphinx-inline-tabs", ] tests = ["pytest >= 3.3.0"] -build = ["cibuildwheel[uv]"] [tool.setuptools_scm] @@ -37,11 +36,5 @@ write_to = "src/epydeck/_version.py" line-length = 88 lint.ignore = ["E501"] -[tool.cibuildwheel] -build-frontend = "build[uv]" -skip = ["*-win32", "*-manylinux_i686", "pp*", "*musllinux*"] -test-extras = ["test"] -test-command = "pytest {project}/tests" - [tool.uv] cache-keys = [{ file = "pyproject.toml" }, { git = true }]