fix: fixed pyproject.toml

This commit is contained in:
2024-04-12 20:02:44 +02:00
parent 88ff3bc0cf
commit 2793ca3eb0

View File

@ -52,6 +52,9 @@ major_on_zero = true
allow_zero_version = true
tag_format = "v{version}"
build_command = "python -m build"
version_toml = [
"pyproject.toml:project.version",
]
[tool.semantic_release.branches.main]
match = "(main|master)"