Skip to content

Commit 64323aa

Browse files
committed
fix: incorrect version_toml location prevented new release
1 parent 475912a commit 64323aa

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
@@ -122,5 +122,5 @@ log_level = "DEBUG"
122122
build_command = "poetry build"
123123
commit_message = "chore(release): {version} [skip ci]"
124124
version_toml = [
125-
"pyproject.toml:tool.poetry.version"
125+
"pyproject.toml:project.version"
126126
]

0 commit comments

Comments
 (0)