Skip to content
Snippets Groups Projects
Unverified Commit 853934e2 authored by Max Adamo's avatar Max Adamo
Browse files

fix pip creation

parent c6c14bf5
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ if [[ -n $PIP ]]; then ...@@ -104,7 +104,7 @@ if [[ -n $PIP ]]; then
python3 setup.py bdist_wheel python3 setup.py bdist_wheel
if [[ $? -eq 0 ]]; then if [[ $? -eq 0 ]]; then
mv dist/$PIP_NAME packages/pip/ mv dist/$PIP_NAME packages/pip/
echo -e "\nthe package was created and stored as ./packages/pip/${PIP_NAME}" echo -e "\nthe package was created and stored as ./packages/whl/${PIP_NAME}"
else else
echo -e "\nthere was an error creating the package" echo -e "\nthere was an error creating the package"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment