diff --git a/pyproject.toml b/pyproject.toml index 4e97c49..cd632d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ upload_to_pypi = true upload_to_repository = true upload_to_release = true changelog_file = "CHANGELOG.md" -build_command = "poetry build" +build_command = "pip install poetry && poetry build" commit_version_number = true version_source = "commit" commit_message = ":bookmark: Release version v{version}"