diff --git a/to_pip.sh b/to_pip.sh index 952fb049..5cd3d0d2 100755 --- a/to_pip.sh +++ b/to_pip.sh @@ -441,7 +441,8 @@ if [[ $ARCHIVE -eq 1 ]]; then mv wifi_diag lanforge_scripts #tar -zcvf ${TARGET_DIR}/lanforge_scripts.tar.gz * #zip ${TARGET_DIR}/lanforge_scripts.zip * + python3 -m pip install --upgrade build python3 -m build --wheel else echo "Not saving archive" -fi \ No newline at end of file +fi