Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit b3abdb7

Browse files
authored
Update pyproject.toml
1 parent 1ff3e20 commit b3abdb7

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
@@ -44,7 +44,7 @@ sphinx-toolbox = "^3.4.0"
4444

4545
[tool.semantic_release]
4646
version_variable = "storage3/utils.py:__version__"
47-
version_toml = "pyproject.toml:tool.poetry.version"
47+
version_toml = ["pyproject.toml:tool.poetry.version"]
4848
major_on_zero = false
4949
commit_subject = "chore(release): bump version to v{version}"
5050
build_command = "curl -sSL https://install.python-poetry.org | python - --preview && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"

0 commit comments

Comments
 (0)