Skip to content

Commit 9da7469

Browse files
committed
Set local version scheme in dynamic versioning
Configured poetry-dynamic-versioning to use 'no-local-version' for the local_scheme option, ensuring version strings do not include local identifiers.
1 parent 62d8249 commit 9da7469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ poetry-dynamic-versioning = ">=1.8.2"
5151
enable = true
5252
vcs = "git"
5353
style = "pep440"
54+
local_scheme = "no-local-version"
5455

5556
[tool.poetry.group.dev.dependencies]
5657
linkml = "^1.7.0"

0 commit comments

Comments
 (0)