fix: use describe mode for SGLang version detection (#22600)

Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
This commit is contained in:
Asish Kumar
2026-04-13 09:45:45 -07:00
committed by GitHub
parent 13a4aafdbe
commit 39810762d2
7 changed files with 101 additions and 6 deletions
+3 -1
View File
@@ -146,4 +146,6 @@ exclude = [
[tool.setuptools_scm]
root = ".."
version_file = "sglang/_version.py"
git_describe_command = ["python3", "python/tools/get_version_tag.py", "--tag-only"]
git_describe_command = ["python3", "python/tools/get_version_tag.py"]
# Allow editable installs even when .git metadata is not available.
fallback_version = "0.0.0.dev0"