Commit 5da48343 authored by aiss's avatar aiss
Browse files

modify whl name

parent 9b6449e6
...@@ -219,8 +219,6 @@ elif os.path.isfile('build.txt'): ...@@ -219,8 +219,6 @@ elif os.path.isfile('build.txt'):
version_str += fd.read().strip() version_str += fd.read().strip()
else: else:
# None of the above, probably installing from source # None of the above, probably installing from source
#aiss add
version_str += f'+dtk22.04'
version_str += f'+{git_hash}' version_str += f'+{git_hash}'
print("version_str: ",version_str) print("version_str: ",version_str)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment