Skip to content

Commit

Permalink
update python wheel api in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ASKabalan committed Dec 9, 2024
1 parent f293c2b commit 2cc2351
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2cc2351

Please sign in to comment.