Skip to content

Commit

Permalink
ci(release): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Jun 30, 2024
1 parent ca97681 commit 97ce279
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 @@ -22,7 +22,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
version_toml = "pyproject.toml:tool.poetry.version"
version_toml = ["pyproject.toml:tool.poetry.version"]
build_command = "pip install poetry && poetry build"

[tool.black]
Expand All @@ -31,4 +31,4 @@ line-length = 79
[tool.poe.tasks]
format = "black ."
lint = "flake8 ."
test = "pytest ."
test = "pytest ."

0 comments on commit 97ce279

Please sign in to comment.