From 9865e11bdc69e0502c7127abc4cfc8549d0667f7 Mon Sep 17 00:00:00 2001
From: Isuru Fernando <isuruf@gmail.com>
Date: Fri, 8 Mar 2019 12:26:29 -0600
Subject: [PATCH] Add message about skipping uploading wheels

---
 travis/build-wheels.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/travis/build-wheels.sh b/travis/build-wheels.sh
index 3c217140..6ceb2eef 100755
--- a/travis/build-wheels.sh
+++ b/travis/build-wheels.sh
@@ -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
 
-- 
GitLab