Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
corinwagen committed Apr 22, 2024
1 parent ce5cabb commit f77f682
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ build-backend = "scikit_build_core.build"
[tool.cibuildwheel]
# Disable building PyPy wheels on all platforms
skip = "pp*"

[tool.scikit-build]
cmake-args = [
"-DCMAKE_INSTALL_PREFIX:PATH={$PREFIX}", # This is an illustrative example
]

0 comments on commit f77f682

Please sign in to comment.