Re: Can't upload to PyPI
MRAB <[email protected]>
| Newsgroups | gmane.comp.python.catalog |
|---|---|
| Message-ID | <[email protected]> |
On 2013-02-23 22:43, Albert-Jan Roskam wrote: > > >> > >> Please check the "repository" setting for "pypi" in your >> ~/.pypirc to >> ensure it's got http://pypi.python.org/pypi > > Oh? I thought it should be httpS://pypi.python.org/pypi now? > Also, in my ~/.pypirc, there is no url under [pypi] (only under [ppt], where it's https://testpypi.python.org/pypi) > Should that be changed? > Problem solved! I looked at the sources for distutils to see whether I could figure out what it was doing. It was the "~" that got me, it's not something that I've ever thought about. It was looking at a .pypirc stored where I'd never thought to look... :-(