Index: build.sh =================================================================== diff -u -r98d23618919a0412046b9589c2b22bd1095af497 -r6e9184b731f00ff2d82c54bd8345ba1b6bb29171 --- build.sh (.../build.sh) (revision 98d23618919a0412046b9589c2b22bd1095af497) +++ build.sh (.../build.sh) (revision 6e9184b731f00ff2d82c54bd8345ba1b6bb29171) @@ -32,6 +32,7 @@ else NEW_NAME+="-any" fi +NEW_NAME+=".whl" NEW_NAME=$(sed -e "s/\//_/g" <<< "$NEW_NAME") # Replaces backslashes in the branch name parameter with underscore Index: leahi_dialin/version.py =================================================================== diff -u -r96528d6af0f0edb14cf4289297efb71bdff499da -r6e9184b731f00ff2d82c54bd8345ba1b6bb29171 --- leahi_dialin/version.py (.../version.py) (revision 96528d6af0f0edb14cf4289297efb71bdff499da) +++ leahi_dialin/version.py (.../version.py) (revision 6e9184b731f00ff2d82c54bd8345ba1b6bb29171) @@ -20,7 +20,7 @@ from typing import Tuple -VERSION_FILE_LOCATION = './VERSION' +VERSION_FILE_LOCATION = f'{os.path.realpath(__file__)}/../../VERSION' def get_branch(): """