Skip to content
Snippets Groups Projects
Commit 69a032be authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Feat: add `cibuildwheel` dep

parent 41476b01
No related branches found
No related tags found
1 merge request!27Feature: Add `ci build wheel` for dovelet-core
......@@ -44,7 +44,7 @@ post-install-commands = [
"pip install nanobind scikit-build-core[pyproject]",
"pip install --no-build-isolation -Ceditable.rebuild=true -Cbuild-dir=out/build -e .",
]
dependencies = ["pytest", "ruff"]
dependencies = ["pytest", "ruff", "cibuildwheel"]
[tool.hatch.envs.default.scripts]
import_test = "python -c \"import dovelet_core\" && echo Success! || echo Failure! && exit 1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment