We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce1561 commit de7f084Copy full SHA for de7f084
pyproject.toml
@@ -36,7 +36,7 @@ build-backend = "poetry.core.masonry.api"
36
37
[tool.semantic_release]
38
version_toml = ["pyproject.toml:tool.poetry.version"]
39
-build_command = "poetry build"
+build_command = "pipx run poetry build"
40
major_on_zero = true
41
tag_format = "v{version}"
42
0 commit comments