From b0279b170cfc194753e8e60ecb5e1fe2091fa1ab Mon Sep 17 00:00:00 2001 From: siemdejong <28396796+siemdejong@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:14:17 +0200 Subject: [PATCH] ci: point right version_variables --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9185791..d430498 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ namespaces = false shithappens = ["opensans/fonts/ttf/*.ttf", "images/*.png", "locales/*/LC_MESSAGES/*.mo"] [tool.semantic_release] -version_variable = "pyproject.toml:version" # version location +version_variables = ["pyproject.toml:version"] # version location build_command = "pip install build && python -m build" assets = [] build_command_env = []