Commit 9723b52a authored by Fabio Utzig's avatar Fabio Utzig Committed by Fabio Utzig
Browse files

ci: use python3 for building imgtool wheel

parent ba04298f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}/*"