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

fix pip creation

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