Change mikeholler to PYPI_USERNAME

This commit is contained in:
Mike Holler
2017-12-13 15:14:01 -06:00
parent da0bda6be3
commit 7799642270

View File

@@ -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/"*