Skip to content

Commit de7f084

Browse files
committed
use pipx properly
1 parent 7ce1561 commit de7f084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ build-backend = "poetry.core.masonry.api"
3636

3737
[tool.semantic_release]
3838
version_toml = ["pyproject.toml:tool.poetry.version"]
39-
build_command = "poetry build"
39+
build_command = "pipx run poetry build"
4040
major_on_zero = true
4141
tag_format = "v{version}"
4242

0 commit comments

Comments
 (0)