Skip to content

Commit

Permalink
fix(ci): install poetry before build (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreteles authored Sep 13, 2024
1 parent 0b4ab38 commit 45d3073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api"
version_toml = [
"pyproject.toml:tool.poetry.version",
]
build_command = "poetry build"
build_command = "pip install poetry && poetry build"
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
commit_parser = "angular"
logging_use_named_masks = false
Expand Down

0 comments on commit 45d3073

Please sign in to comment.