Skip to content

Commit 2b511a0

Browse files
committed
CI: Harmonize versioningit with GHA release workflow
1 parent db2b317 commit 2b511a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ packages = ["src/crate"]
2121
source = "versioningit"
2222
default-version = "0.0.0+unknown"
2323

24+
[tool.versioningit.vcs]
25+
method = "git-archive"
26+
default-tag = "0.0.0"
27+
describe-subst = "$Format:%(describe:tags)$"
28+
2429
[project]
2530
name = "crate"
2631
dynamic = ["version"]

0 commit comments

Comments
 (0)