Skip to content
Snippets Groups Projects
Commit 9865e11b authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Add message about skipping uploading wheels

parent 2936887c
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ done
/opt/python/cp37-cp37m/bin/python /io/travis/fix-wheel.py /deps/ocl-icd/COPYING
if [[ "${TWINE_USERNAME}" == "" ]]; then
echo "TWINE_USERNAME not set. Skipping uploading wheels"
exit 0
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment