We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31729da commit 6f98d51Copy full SHA for 6f98d51
backend/pyproject.toml
@@ -47,3 +47,6 @@ exclude = ["sample_plugin.tests*"]
47
48
[tool.semantic_release]
49
build_command = "pip install build && python -m build"
50
+version_tomp = [
51
+ "pyproject.toml:project.version"
52
+]
0 commit comments