From 2cc2351ca9d962628d4b72b536aade0a14004808 Mon Sep 17 00:00:00 2001 From: Wassim Kabalan Date: Mon, 9 Dec 2024 08:41:04 +0100 Subject: [PATCH] update python wheel api in toml --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be68765..2f8e031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,12 +34,11 @@ test = ["pytest>=8.0.0" , "jax[cpu]>=0.4.30"] minimum-version = "0.8" cmake.version = ">=3.25" build-dir = "build/{wheel_tag}" -wheel.py-api = "py3" cmake.build-type = "Release" [tool.scikit-build.cmake.define] CMAKE_LIBRARY_OUTPUT_DIRECTORY = "" -#[tool.cibuildwheel] -#test-extras = "test" -#test-command = "pytest {project}/tests" +[tool.cibuildwheel] +test-extras = "test" +test-command = "pytest {project}/tests"