Skip to content

Commit

Permalink
chore: more ci fixes (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 29, 2023
1 parent 627b678 commit d09abee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ pytest-cov = "^3.0"

[tool.semantic_release]
branch = "main"
version_toml = "pyproject.toml:tool.poetry.version"
version_variable = "src/thermobeacon_ble/__init__.py:__version__"
version_toml = ["pyproject.toml:tool.poetry.version"]
version_variables = [
"src/thermobeacon_ble/__init__.py:__version__",
"docs/conf.py:release",
]
build_command = "pip install poetry && poetry build"

[tool.pytest.ini_options]
Expand Down

0 comments on commit d09abee

Please sign in to comment.