Skip to content

Instantly share code, notes, and snippets.

@ibrahim12
Created March 17, 2015 21:57
Show Gist options
  • Save ibrahim12/c6a296c1e8f409dbed2f to your computer and use it in GitHub Desktop.
Save ibrahim12/c6a296c1e8f409dbed2f to your computer and use it in GitHub Desktop.
.pypirc sample
[distutils] # this tells distutils what package indexes you can push to
index-servers =
pypi
pypitest
[pypi]
repository: https://pypi.python.org/pypi
username: your_username
password: your_password
[pypitest]
repository: https://testpypi.python.org/pypi
username: your_username
password: your_password
@boddumanohar
Copy link

This API has been deprecated and removed from legacy PyPI in favor of using the APIs available in the new PyPI.org implementation of PyPI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment