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 767e118 commit fe8ec47Copy full SHA for fe8ec47
pyproject.toml
@@ -66,8 +66,8 @@ build-backend = "hatchling.build"
66
67
[tool.semantic_release]
68
branch = "main"
69
-version_toml = ["pyproject.toml:tool.poetry.version"]
70
-build_command = "pip install poetry && poetry build"
+version_toml = ["pyproject.toml:project.version"]
+build_command = "pip install uv && uv build"
71
72
[tool.semantic_release.commit_parser_options]
73
allowed_tags = [
0 commit comments