Skip to content

Commit 9723b52

Browse files
committed
ci: use python3 for building imgtool wheel
Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
1 parent ba04298 commit 9723b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/imgtool_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ elif [[ $rc -eq 3 ]]; then
4848
fi
4949

5050
rm -rf $DIST_DIR
51-
python setup.py sdist bdist_wheel
51+
python3 setup.py sdist bdist_wheel
5252

5353
twine upload --username __token__ --password "${TWINE_TOKEN}" "${DIST_DIR}/*"

0 commit comments

Comments
 (0)