We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd96e8f commit 6645242Copy full SHA for 6645242
setup.py
@@ -29,8 +29,8 @@ def _get_version():
29
else:
30
with open(os.path.join(ROOT_DIR, "version.txt"), "r") as f:
31
version = f.readline().strip()
32
- if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
33
- version += "+" + sha[:7]
+ # if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
+ # version += "+" + sha[:7]
34
35
if sha is None:
36
sha = "Unknown"
0 commit comments