ci: use python3 for building imgtool wheel
Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
parent
ba04298fb6
commit
9723b52a80
|
@ -48,6 +48,6 @@ elif [[ $rc -eq 3 ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf $DIST_DIR
|
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}/*"
|
twine upload --username __token__ --password "${TWINE_TOKEN}" "${DIST_DIR}/*"
|
||||||
|
|
Loading…
Reference in New Issue