Skip to content

Commit

Permalink
fix: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jan 3, 2023
1 parent bd15ea7 commit 1b35ee4
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 @@ -123,7 +123,7 @@ exclude_lines = [

[tool.semantic_release]
branch = "main"
build_command = "python -m build"
build_command = "python -m pip install build; python -m build"
version_variable = [
"pyproject.toml:version"
]
Expand Down

0 comments on commit 1b35ee4

Please sign in to comment.