Skip to content

Commit

Permalink
try putting authentication data in server-login section
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 25, 2017
1 parent e61e91b commit fe6f568
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/pypi_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ index-servers=
pypi
testpypi
[testpypi]
repository = https://testpypi.python.org/pypi
[server-login]
username = nihlaeth
password = ${PYPI_PASSWORD}
[testpypi]
repository = https://testpypi.python.org/pypi
[pypi]
repository = https://upload.pypi.org/legacy/
username = nihlaeth
password = ${PYPI_PASSWORD}
EOF
twine upload --config-file ./.pypirc -r ${PYPI_REPOSITORY} dist/*

0 comments on commit fe6f568

Please sign in to comment.