We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba04298 commit 9723b52Copy full SHA for 9723b52
ci/imgtool_run.sh
@@ -48,6 +48,6 @@ elif [[ $rc -eq 3 ]]; then
48
fi
49
50
rm -rf $DIST_DIR
51
-python setup.py sdist bdist_wheel
+python3 setup.py sdist bdist_wheel
52
53
twine upload --username __token__ --password "${TWINE_TOKEN}" "${DIST_DIR}/*"
0 commit comments