chore: fix semantic release fields (#376)
This commit is contained in:
parent
de57a21a3c
commit
4fe13e88d1
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user