We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b822e commit a6d4cb8Copy full SHA for a6d4cb8
tools/generate_pip_version.py
@@ -13,6 +13,8 @@
13
local_label = ""
14
version = f"0.8.0"
15
16
+os.environ["ONEFLOW_RELEASE_VERSION"] = version
17
+
18
# set version if release of nightly
19
assert (
20
os.getenv("ONEFLOW_RELEASE_VERSION") != ""
0 commit comments