From 4fe13e88d1b636136e88ff6eacec0d6293280868 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 21 Jan 2025 19:12:47 -1000 Subject: [PATCH] chore: fix semantic release fields (#376) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 21c44dc..50f3065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,8 +57,8 @@ pytest-codspeed = "^3.1.1" [tool.semantic_release] branch = "main" -version_toml = "pyproject.toml:tool.poetry.version" -version_variable = "src/dbus_fast/__version__.py:__version__" +version_toml = ["pyproject.toml:tool.poetry.version"] +version_variables = ["src/dbus_fast/__version__.py:__version__"] build_command = "pip install poetry && poetry build" [tool.pytest.ini_options]