Skip to content

Commit 77aea6e

Browse files
committed
ci: patch hatch build invocation in cd
1 parent 8d43492 commit 77aea6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ pythonpath = ['src']
274274

275275
[tool.semantic_release]
276276
version_toml = ["pyproject.toml:project.version"]
277-
build_command = "hatch build"
277+
build_command = "pip install hatch && hatch build"
278278
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
279279
tag_format = "v{version}"
280280
major_on_zero = true

0 commit comments

Comments
 (0)