Skip to content

Instantly share code, notes, and snippets.

@luiscoms
Last active July 3, 2020 19:13
Show Gist options
  • Save luiscoms/ee50a9ed1627b1f107f7af974c1a5d78 to your computer and use it in GitHub Desktop.
Save luiscoms/ee50a9ed1627b1f107f7af974c1a5d78 to your computer and use it in GitHub Desktop.
My pypirc
[distutils]
index-servers =
pypi
pypitest
[pypi]
repository=https://pypi.python.org/pypi
username=luiscoms
password=
[pypitest]
repository=https://testpypi.python.org/pypi
username=luiscoms
password=
#python setup.py register -r pypitest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment