Skip to content

Commit

Permalink
fix: semantic_release version update + update poetry-core version for…
Browse files Browse the repository at this point in the history
… build-system to >=2.0 (#201)

* fix: semantic_release version update

* fix: update poetry-core version for build-system to >=2.0
  • Loading branch information
cdce8p authored Feb 4, 2025
1 parent d773fc4 commit 97467d3
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 @@ -54,7 +54,7 @@ pytest-asyncio = "^0.25.3"

[tool.semantic_release]
branch = "main"
version_toml = ["pyproject.toml:tool.poetry.version"]
version_toml = ["pyproject.toml:project.version"]
version_variables = ["src/bluetooth_adapters/__init__.py:__version__"]
build_command = "pip install poetry && poetry build"

Expand Down Expand Up @@ -106,5 +106,5 @@ module = "docs.*"
ignore_errors = true

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=2.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 97467d3

Please sign in to comment.