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 30b4e9b commit b2cb5ceCopy full SHA for b2cb5ce
pyproject.toml
@@ -24,7 +24,7 @@ branch = "main"
24
build_command = "pip install uv && uv build" # https://github.com/python-semantic-release/python-semantic-release/issues/222#issuecomment-2599855898
25
upload_to_pypi = true
26
upload_to_release = true
27
-version_toml = "pyproject.toml:project.version"
+version_toml = ["pyproject.toml:project.version"]
28
version_variable = "pydantic_ssm_settings/__init__.py:__version__"
29
30
[tool.flake8]
0 commit comments