diff --git a/pyproject.toml b/pyproject.toml index 9d394415..9c6b5f7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ exclude_lines = [ [tool.semantic_release] branch = "main" version_variable = [ - "pyproject.toml:version" + "pyproject.toml:project.version" ] build_command = "python -m pip install build; python -m build"