Skip to content

Commit db8cc3e

Browse files
committed
fix toml formatting
1 parent a87601a commit db8cc3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ version_toml = ["pyproject.toml:project.version"]
184184
version_variables = ["stagehand/__init__.py:__version__"]
185185
assets = []
186186
build_command_env = []
187-
build_command = "python -m build" # TODO move to uv
187+
build_command = "python -m build" # TODO move to uv
188188
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
189189
commit_parser = "conventional"
190190
logging_use_named_masks = false
191-
major_on_zero = false # set this to true when ready for v1
191+
major_on_zero = false # set this to true when ready for v1
192192
allow_zero_version = true
193193
no_git_verify = false
194194
tag_format = "v{version}"

0 commit comments

Comments
 (0)