Skip to content

Commit 0be8837

Browse files
authored
build: add uv version handling in project-version just command (#282)
Fixes #276
1 parent e551263 commit 0be8837

File tree

3 files changed

+797
-892
lines changed

3 files changed

+797
-892
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sync-docs:
1414
uv sync --group=docs
1515

1616
@project-version:
17-
uv run toml get --toml-path pyproject.toml project.version
17+
uv version | awk '{print $2}'
1818

1919
pre-commit := "pre-commit run --all-files --color=always --show-diff-on-failure"
2020

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ scripts.re3data = "re3data.__main__:app"
6363
dev = [
6464
"pre-commit-uv",
6565
"python-re3data[all]",
66-
"toml-cli",
6766
]
6867
test = [
6968
"pytest",

0 commit comments

Comments
 (0)