Skip to content

Commit 170c8b8

Browse files
committed
Use 0.0.0 for TestPyPI
1 parent cc17f64 commit 170c8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ disallow_untyped_decorators = false
5353

5454
[tool.poetry-dynamic-versioning]
5555
enable = true
56-
format-jinja = "{% if major == 0 and minor == 0 and patch == 0 %}0.0.{{ timestamp }}{% else %}{{base}}{% endif %}"
56+
format-jinja = "{% if major == 0 and minor == 0 and patch == 0 %}0.0.0{% else %}{{base}}{% endif %}"

0 commit comments

Comments
 (0)