chore: fix semantic release fields (#376)

This commit is contained in:
J. Nick Koston 2025-01-21 19:12:47 -10:00 committed by GitHub
parent de57a21a3c
commit 4fe13e88d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]