We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cb5ce commit 3f1cb70Copy full SHA for 3f1cb70
pyproject.toml
@@ -25,7 +25,7 @@ build_command = "pip install uv && uv build" # https://github.com/python-semanti
25
upload_to_pypi = true
26
upload_to_release = true
27
version_toml = ["pyproject.toml:project.version"]
28
-version_variable = "pydantic_ssm_settings/__init__.py:__version__"
+version_variables = ["pydantic_ssm_settings/__init__.py:__version__"]
29
30
[tool.flake8]
31
ignore = ["E203", "W503"]
0 commit comments