mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-24 19:51:09 +02:00
fix: fixed pyproject.toml
This commit is contained in:
@ -52,6 +52,9 @@ major_on_zero = true
|
|||||||
allow_zero_version = true
|
allow_zero_version = true
|
||||||
tag_format = "v{version}"
|
tag_format = "v{version}"
|
||||||
build_command = "python -m build"
|
build_command = "python -m build"
|
||||||
|
version_toml = [
|
||||||
|
"pyproject.toml:project.version",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.semantic_release.branches.main]
|
[tool.semantic_release.branches.main]
|
||||||
match = "(main|master)"
|
match = "(main|master)"
|
||||||
|
Reference in New Issue
Block a user