Index: build.sh =================================================================== diff -u -r8dbf19b7c3ae059d3e3a01a6cde2f7696673fa39 -r1f8b80865d8a4e561155924ccf28158c6f7e4d29 --- build.sh (.../build.sh) (revision 8dbf19b7c3ae059d3e3a01a6cde2f7696673fa39) +++ build.sh (.../build.sh) (revision 1f8b80865d8a4e561155924ccf28158c6f7e4d29) @@ -17,10 +17,12 @@ OLD_NAME="leahi_dialin-1.0.0-py3-none-any.whl" NEW_NAME="leahi_dialin-1.0.0" +echo "Bamboo build no: $1, Branch: $2, Commit hash: $3" NEW_NAME+="-$1" # Append the Bamboo Build Number (Incremental version) NEW_NAME+="+$2" # Append the Project Checkout Branch Name NEW_NAME+=".$3" # Append the Build Commit Hash NEW_NAME+="-py3-none-any.whl" # Append the metadata and the file extension name +echo "$NEW_NAME" rm -rf dist/ python3 setup.py bdist_wheel