ci: use python3 for building imgtool wheel

Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
Fabio Utzig 2020-11-12 09:09:03 -03:00 committed by Fabio Utzig
parent ba04298fb6
commit 9723b52a80
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@ elif [[ $rc -eq 3 ]]; then
fi
rm -rf $DIST_DIR
python setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel
twine upload --username __token__ --password "${TWINE_TOKEN}" "${DIST_DIR}/*"