Index: build.sh =================================================================== diff -u -r1f8b80865d8a4e561155924ccf28158c6f7e4d29 -r604a0e0a15bcc2e16447ad2d9e40af8eb492b08a --- build.sh (.../build.sh) (revision 1f8b80865d8a4e561155924ccf28158c6f7e4d29) +++ build.sh (.../build.sh) (revision 604a0e0a15bcc2e16447ad2d9e40af8eb492b08a) @@ -17,12 +17,11 @@ 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" +NEW_NAME=$(sed -e "s/\//_/g" <<< "$NEW_NAME") rm -rf dist/ python3 setup.py bdist_wheel