Skip to content

Commit 838b37a

Browse files
committed
Try 0.0.0 as the pep-440 compliant version
1 parent 041341e commit 838b37a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ ignore_path = [
184184
# We use a fallback version like
185185
# https://github.com/pypa/setuptools_scm/issues/77 so that we do not
186186
# error in the Docker build stage of the release pipeline.
187-
fallback_version = "FALLBACK_VERSION"
187+
#
188+
# This must be a PEP 440 compliant version.
189+
fallback_version = "0.0.0"
188190

189191

190192
[tool.pydocstyle]

0 commit comments

Comments
 (0)