commit | 9723b52a801e13e88e2d5efdfedfde46a67837ab | [log] [tgz] |
---|---|---|
author | Fabio Utzig <fabio.utzig@nordicsemi.no> | Thu Nov 12 09:09:03 2020 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Thu Nov 12 13:27:47 2020 -0300 |
tree | 1a80b7a0af8e135513f045402ace599d005bb4cb | |
parent | ba04298fb6c84ebdcf1ed90850ee31b7334fad7e [diff] |
ci: use python3 for building imgtool wheel Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
diff --git a/ci/imgtool_run.sh b/ci/imgtool_run.sh index 62ea77e..20b5420 100755 --- a/ci/imgtool_run.sh +++ b/ci/imgtool_run.sh
@@ -48,6 +48,6 @@ 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}/*"