Skip to content

Commit ed71ff7

Browse files
committed
fix: specify path to uv
python-semantic-release runs `build_command` in a new shell...
1 parent 620e7c9 commit ed71ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ score = "no"
6969
[tool.semantic_release]
7070
version_toml = ["pyproject.toml:project.version"]
7171
branch = "main"
72-
build_command = "uv build"
72+
build_command = "${VIRTUAL_ENV}/bin/uv build"
7373
tag_format = "{version}"
7474
commit_version_number = true
7575
commit_message = "RELEASE: {version}"

0 commit comments

Comments
 (0)