Skip to content

Commit

Permalink
fix(packaging): build command for PSR
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Oct 13, 2020
1 parent 92030dd commit c76b8ea
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 @@ -65,7 +65,7 @@ version_variable = [
"pyproject.toml:version"
]
branch = "main"
build_command = "pip install -m poetry && poetry build"
build_command = "pip install poetry && poetry build"

[tool.isort]
profile = "black"
Expand Down

0 comments on commit c76b8ea

Please sign in to comment.