From 12073f21706a4b6e5ec5f8eb1446140ebda1ef53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Wed, 27 Jan 2021 16:05:32 -0600 Subject: [PATCH] Revert accidental pip -> twine change --- travis/build-wheels.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis/build-wheels.sh b/travis/build-wheels.sh index d26d5554..7af6ad8f 100755 --- a/travis/build-wheels.sh +++ b/travis/build-wheels.sh @@ -92,13 +92,13 @@ fi /opt/python/cp39-cp39/bin/pip install twine for WHEEL in /io/wheelhouse/pyopencl*.whl; do # dev - # /opt/python/cp39-cp39/bin/pip upload \ + # /opt/python/cp39-cp39/bin/twine upload \ # --skip-existing \ # --repository-url https://test.pypi.org/legacy/ \ # -u "${TWINE_USERNAME}" -p "${TWINE_PASSWORD}" \ # "${WHEEL}" # prod - /opt/python/cp39-cp39/bin/pip upload \ + /opt/python/cp39-cp39/bin/twine upload \ --skip-existing \ -u "${TWINE_USERNAME}" -p "${TWINE_PASSWORD}" \ "${WHEEL}" -- GitLab