Skip to content

Commit 706f396

Browse files
msyycCopilot
andauthored
Update eng/tools/azure-sdk-tools/packaging_tools/package_utils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6246c83 commit 706f396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/tools/azure-sdk-tools/packaging_tools/package_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_version_info(package_name: str, tag_is_stable: bool = False) -> Tuple[st
6969
last_version = ""
7070
last_stable_release = ""
7171

72-
# 0.0.0 is not valid version although it is in pypi
72+
# Ignore 0.0.0 when it appears on PyPI as a placeholder or name-reservation version.
7373
if last_version.startswith("0.0.0"):
7474
return "", ""
7575

0 commit comments

Comments
 (0)