Skip to content

Commit

Permalink
semantic-release versioning configuration (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshaley authored Dec 8, 2023
1 parent ec4d465 commit 08f6c2f
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 @@ -77,8 +77,8 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
version_variable = [
"pyproject.toml:version"
version_toml = [
"pyproject.toml:tool.poetry.version",
]
branch = "main"
upload_to_pypi = true
Expand Down

0 comments on commit 08f6c2f

Please sign in to comment.