We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d43492 commit 77aea6eCopy full SHA for 77aea6e
pyproject.toml
@@ -274,7 +274,7 @@ pythonpath = ['src']
274
275
[tool.semantic_release]
276
version_toml = ["pyproject.toml:project.version"]
277
-build_command = "hatch build"
+build_command = "pip install hatch && hatch build"
278
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
279
tag_format = "v{version}"
280
major_on_zero = true
0 commit comments