Skip to content

Commit 7db428a

Browse files
author
phernandez
committed
chore: fix pyproject toml for semantic_release
1 parent 6210da8 commit 7db428a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ addopts = "-ra -q"
143143

144144
[tool.semantic_release]
145145
version_variable = "basic_components/__init__.py:__version__"
146-
version_toml = "pyproject.toml:project.version"
146+
version_toml = [["pyproject.toml", "project.version"]]
147147
major_on_zero = false
148148
branch = "main"
149149
changelog_file = "CHANGELOG.md"

0 commit comments

Comments
 (0)