Skip to content

Commit

Permalink
fix: update version_toml path in pyproject.toml for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Nov 14, 2024
1 parent cff36b9 commit 0dacfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ include = ["pyproject.toml", "README.md", "src/**"]

[tool.semantic_release]
version_variables = ["setup.py:__version__"]
version_toml = ["pyproject.toml:tool.poetry.version"]
version_toml = ["pyproject.toml:project.version"]
upload_to_release = true
remove_dist = false
commit_message = "chore(sem-ver): {version}"
Expand Down

0 comments on commit 0dacfee

Please sign in to comment.