Skip to content

Commit

Permalink
chore: fix semantic release fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jan 22, 2025
1 parent 94ba266 commit 949c50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 949c50f

Please sign in to comment.