Skip to content

Commit

Permalink
build: update semantic release build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Jul 2, 2024
1 parent a145bbe commit bbc20df
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 @@ -80,7 +80,7 @@ extend-ignore = ["E501"]

[tool.semantic_release]
assets = []
build_command = "hatch build"
build_command = "python -m hatch build"
build_command_env = []
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
commit_parser = "angular"
Expand Down

0 comments on commit bbc20df

Please sign in to comment.