need to ensure build is installed and up to date

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-04 14:01:33 -07:00
parent 8340b0419e
commit 878fa04d15

View File

@@ -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
fi