Python code snippet written by ALTR
uv add "altr @ git+https://github.com/chuan-khuna/altr" --tag 0.1.0pyproject.toml will look like this:
[project]
dependencies = [
"altr"
]
[tool.uv.sources]
altr = { git = "https://github.com/chuan-khuna/altr", tag = "0.1.0" }uv build
uv pip install -e .uv run pytestgit tag <tag_name>
git push origin <branch_name> --tags
# delete tag
git tag -d <tag_name>