Skip to content

Commit 3f1cb70

Browse files
committed
fix(ci): set version_variables
1 parent b2cb5ce commit 3f1cb70

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
@@ -25,7 +25,7 @@ build_command = "pip install uv && uv build" # https://github.com/python-semanti
2525
upload_to_pypi = true
2626
upload_to_release = true
2727
version_toml = ["pyproject.toml:project.version"]
28-
version_variable = "pydantic_ssm_settings/__init__.py:__version__"
28+
version_variables = ["pydantic_ssm_settings/__init__.py:__version__"]
2929

3030
[tool.flake8]
3131
ignore = ["E203", "W503"]

0 commit comments

Comments
 (0)