Skip to content

Commit 92d65d2

Browse files
committed
fix: semantic versioning can not build package with poetry
1 parent 97231d6 commit 92d65d2

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
@@ -49,7 +49,7 @@ version_variables = [
4949
"src/py_app_dev/__init__.py:__version__",
5050
"docs/conf.py:release",
5151
]
52-
build_command = "poetry build"
52+
build_command = "pip install poetry && poetry build"
5353

5454
[tool.semantic_release.changelog]
5555
exclude_commit_patterns = [

0 commit comments

Comments
 (0)