Skip to content

Instantly share code, notes, and snippets.

@ssundarraj
Created June 1, 2015 11:58
Show Gist options
  • Save ssundarraj/c3c51c5c44c2b5e2d964 to your computer and use it in GitHub Desktop.
Save ssundarraj/c3c51c5c44c2b5e2d964 to your computer and use it in GitHub Desktop.
A sample .pypirc with pypi and pypi test.
[distutils]
index-servers =
pypi
pypitest
[pypi]
repository: http://pypi.python.org/pypi
username: <username>
password: <pass>
[pypitest]
repository: http://testpypi.python.org/pypi
username: <username>
password: <pass>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment