From a51febd6d4e7b68e46cdac25fb63a1930f4d0f78 Mon Sep 17 00:00:00 2001 From: Goncalo Date: Sun, 27 Jan 2019 09:44:07 -0200 Subject: [PATCH] Fix travis --- travis/build-wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/build-wheels.sh b/travis/build-wheels.sh index a97b0b03..23d961da 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 -- GitLab