Commit 77996422 authored by Mike Holler's avatar Mike Holler

Change mikeholler to PYPI_USERNAME

parent da0bda6b
...@@ -5,7 +5,7 @@ PROD_REPOSITORY="https://upload.pypi.org/legacy/" ...@@ -5,7 +5,7 @@ PROD_REPOSITORY="https://upload.pypi.org/legacy/"
TEST_REPOSITORY="https://test.pypi.org/legacy/" TEST_REPOSITORY="https://test.pypi.org/legacy/"
twine upload \ twine upload \
--username mikeholler \ --username "$PYPI_USERNAME" \
--password "$PYPI_PASSWORD" \ --password "$PYPI_PASSWORD" \
--repository-url "$PROD_REPOSITORY" \ --repository-url "$PROD_REPOSITORY" \
"$DIR/../python/dist/"* "$DIR/../python/dist/"*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment