Skip to content

Commit

Permalink
pyproject: Add build command to generate binds
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Aug 4, 2023
1 parent df9b749 commit 1822be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ dependencies = [
]

[tool.hatch.envs.dev.scripts]
build = "maturin build"
install = "maturin develop"
build-doc = "install && sphinx-build ./docs/source docs/_build"

0 comments on commit 1822be0

Please sign in to comment.