Skip to content

Commit

Permalink
change version_variables after reading documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Dec 16, 2023
1 parent 4bccff9 commit 3cece12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ build-backend = "poetry.core.masonry.api"

# https://python-semantic-release.readthedocs.io/en/latest/configuration.html
[tool.semantic_release]
version_variable = "setup.py:__version__"
version_variables = [
"setup.py:__version__"
]
version_toml = [
"pyproject.toml:tool.poetry.version",
]
Expand Down

0 comments on commit 3cece12

Please sign in to comment.