Skip to content

Commit

Permalink
fix(release): fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
KSmanis committed Jan 16, 2022
1 parent c9c9660 commit f24f16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ append_only = true
force_single_line = true

[tool.semantic_release]
build_command = "pip install poetry && poetry build"
version_toml = ["pyproject.toml:tool.poetry.version"]

[build-system]
Expand Down

0 comments on commit f24f16c

Please sign in to comment.