Skip to content

Commit b2cb5ce

Browse files
committed
fix(ci): set version toml to tuple
1 parent 30b4e9b commit b2cb5ce

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
@@ -24,7 +24,7 @@ branch = "main"
2424
build_command = "pip install uv && uv build" # https://github.com/python-semantic-release/python-semantic-release/issues/222#issuecomment-2599855898
2525
upload_to_pypi = true
2626
upload_to_release = true
27-
version_toml = "pyproject.toml:project.version"
27+
version_toml = ["pyproject.toml:project.version"]
2828
version_variable = "pydantic_ssm_settings/__init__.py:__version__"
2929

3030
[tool.flake8]

0 commit comments

Comments
 (0)