Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
SlashGordon committed Nov 15, 2023
1 parent 3f1e978 commit f4db77c
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 @@ -33,7 +33,9 @@ build-backend = "poetry.core.masonry.api"
[tool.semantic_release]
version_variable = [
"src/pysymbolscanner/__init__.py:__version__",
"pyproject.toml:version"
]
version_toml = [
"pyproject.toml:tool.poetry.version",
]
branch = "master"
upload_to_pypi = true
Expand Down

0 comments on commit f4db77c

Please sign in to comment.