From 7799642270e25cc347cb3a33591da4f0baea3a0f Mon Sep 17 00:00:00 2001 From: Mike Holler Date: Wed, 13 Dec 2017 15:14:01 -0600 Subject: [PATCH] Change mikeholler to PYPI_USERNAME --- .travis/deploy-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/deploy-python.sh b/.travis/deploy-python.sh index 1f6f3e03a..4cc03460f 100755 --- a/.travis/deploy-python.sh +++ b/.travis/deploy-python.sh @@ -5,7 +5,7 @@ PROD_REPOSITORY="https://upload.pypi.org/legacy/" TEST_REPOSITORY="https://test.pypi.org/legacy/" twine upload \ - --username mikeholler \ + --username "$PYPI_USERNAME" \ --password "$PYPI_PASSWORD" \ --repository-url "$PROD_REPOSITORY" \ "$DIR/../python/dist/"*