I've followed Peter Down's instruction on pushing a package to PyPI on http://peterdowns.com/posts/first-time-with-pypi.html
I have an account on PyPI Live and PyPI Test, I could log-in and the accounts were verified through the email.
But when I tried to run this within my repo:
python setup.py register -r pypitest
I get:
running register
running check
Registering [package_name] to https://testpypi.python.org/pypi
Server response (500): <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
Any idea what went wrong? I've my ~/.pypirc file written accordingly to my username and passwords too.
How can this be resolved such that I can register the package on PyPI?