diff --git a/travis/build-wheels.sh b/travis/build-wheels.sh
index a97b0b030b99b0f413f9c0b0dcfe4ed0266e5c47..23d961dafc136367786a677bd01c881ba0cce58b 100755
--- a/travis/build-wheels.sh
+++ b/travis/build-wheels.sh
@@ -26,7 +26,7 @@ done
 
 
 /opt/python/cp37-cp37m/bin/pip install twine
-for WHEEL in /io/wheelhouse/pyopencl-gm*.whl; do
+for WHEEL in /io/wheelhouse/pyopencl_gm*.whl; do
     # /opt/python/cp37-cp37m/bin/twine upload --repository-url https://test.pypi.org/legacy/ "${WHEEL}"
     /opt/python/cp37-cp37m/bin/twine upload -u "${TWINE_USERNAME}" -p "${TWINE_PASSWORD}" "${WHEEL}"
 done