Skip to content

Commit

Permalink
fix: make toml_version tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
siemdejong authored Mar 5, 2024
1 parent e9eb9a6 commit 56e0f7a
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 @@ -85,7 +85,7 @@ packages = ["dpat"]

[tool.semantic_release]
version_variable = "dpat/__init__.py:__version__"
version_toml = "pyproject.toml:project.version"
version_toml = ["pyproject.toml:project.version"]
branch = "main" # branch to make releases of
changelog_file = "CHANGELOG.md" # changelog file
upload_to_repository = false
Expand Down

0 comments on commit 56e0f7a

Please sign in to comment.