Skip to content

Commit ef2eaf5

Browse files
committed
update pyproject
1 parent 940429d commit ef2eaf5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

nnpdf_data/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ filter = ["openpyxl", "scipy", "uproot"]
4848
[tool.poetry-dynamic-versioning]
4949
enable = true
5050
vcs = "git"
51-
metadata = true
51+
stype = "semver"
5252
dirty = true
53-
semver = true
5453
pattern = "default-unprefixed" # we don't use v in the tags
54+
ignore-untracked = true
5555

5656
[tool.poetry-dynamic-versioning.files."nnpdf_data/_version.py"]
5757
persistent-substitution = true

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@ parallelhyperopt = ["pymongo"]
112112
[tool.poetry-dynamic-versioning]
113113
enable = true
114114
vcs = "git"
115-
metadata = true
115+
stype = "semver"
116116
dirty = true
117-
semver = true
118117
pattern = "default-unprefixed" # we don't use v in the tags
119118
ignore-untracked = true
120119

0 commit comments

Comments
 (0)