Skip to content

Instantly share code, notes, and snippets.

@jnmclarty
Created August 15, 2015 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnmclarty/7c5cdd72a4b04c4c9255 to your computer and use it in GitHub Desktop.
Save jnmclarty/7c5cdd72a4b04c4c9255 to your computer and use it in GitHub Desktop.
Multiple Server config for pypi
[distutils]
index-servers =
pypi
pypitest
[pypi]
repository: https://pypi.python.org/pypi
username: jmclarty
password:
[pypitest]
repository: https://testpypi.python.org/pypi
username: jmclarty
password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment