Index: build.sh =================================================================== diff -u -r38b17dfde1b8b5f9efcfbd9f3cd1f8b4ad34f704 -r01c31fe0aaab4a86cc9ffb5e0b498f76e1f62f35 --- build.sh (.../build.sh) (revision 38b17dfde1b8b5f9efcfbd9f3cd1f8b4ad34f704) +++ build.sh (.../build.sh) (revision 01c31fe0aaab4a86cc9ffb5e0b498f76e1f62f35) @@ -21,7 +21,7 @@ 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 -NEW_NAME=$(sed -e "s/\//_/g" <<< "$NEW_NAME") +NEW_NAME=$(sed -e "s/\//_/g" <<< "$NEW_NAME") # Replaces backslashes in the branch name parameter with underscore rm -rf dist/ python3 setup.py bdist_wheel