We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1160853 commit f7f9ba8Copy full SHA for f7f9ba8
pyproject.toml
@@ -53,6 +53,7 @@ ignore_missing_imports = true
53
54
[tool.semantic_release]
55
branch = "main"
56
+version_toml = [ "pyproject.toml:project.version" ]
57
version_variables = [ "codelimit/version.py:version" ]
58
upload_to_repository = false
59
upload_to_release = false
0 commit comments