Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZhang12 committed Apr 22, 2024
1 parent bd96e8f commit 6645242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def _get_version():
else:
with open(os.path.join(ROOT_DIR, "version.txt"), "r") as f:
version = f.readline().strip()
if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
version += "+" + sha[:7]
# if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
# version += "+" + sha[:7]

if sha is None:
sha = "Unknown"
Expand Down

0 comments on commit 6645242

Please sign in to comment.