Since the PyPI security notice of 2013-02-15 I've been unable to upload to PyPI via "setup.py upload".
I changed my password during the grace period, and have reset it, but it's still rejected:
Upload failed (401): Incorrect password
I can login to PyPI with the password.
Can anyone suggest what could be wrong?
This is probably better suited to Catalog-sig but you have to edit your credentials in $HOME/.pypirc
On Thu, Feb 21, 2013 at 9:02 PM, MRAB python@mrabarnett.plus.com wrote:
Since the PyPI security notice of 2013-02-15 I've been unable to upload to PyPI via "setup.py upload".
I changed my password during the grace period, and have reset it, but it's still rejected:
Upload failed (401): Incorrect password
I can login to PyPI with the password.
Can anyone suggest what could be wrong? _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/graffatcolmingov%40gmail.c...
On 2013-02-22 02:09, Ian Cordasco wrote:
On Thu, Feb 21, 2013 at 9:02 PM, MRAB python@mrabarnett.plus.com wrote:
Since the PyPI security notice of 2013-02-15 I've been unable to upload to PyPI via "setup.py upload".
I changed my password during the grace period, and have reset it, but it's still rejected:
Upload failed (401): Incorrect password
I can login to PyPI with the password.
Can anyone suggest what could be wrong?
This is probably better suited to Catalog-sig but you have to edit your credentials in $HOME/.pypirc
Are any other changes needed in .pypirc, _apart_ from the password?
On Thu, Feb 21, 2013 at 9:27 PM, MRAB python@mrabarnett.plus.com wrote:
On 2013-02-22 02:09, Ian Cordasco wrote:
On Thu, Feb 21, 2013 at 9:02 PM, MRAB python@mrabarnett.plus.com wrote:
Since the PyPI security notice of 2013-02-15 I've been unable to upload to PyPI via "setup.py upload".
I changed my password during the grace period, and have reset it, but it's still rejected:
Upload failed (401): Incorrect password
I can login to PyPI with the password.
Can anyone suggest what could be wrong?
This is probably better suited to Catalog-sig but you have to edit your credentials in $HOME/.pypirc
Are any other changes needed in .pypirc, _apart_ from the password?
I don't recall needing any other changes.
On 2013-02-22 02:37, Ian Cordasco wrote:
On Thu, Feb 21, 2013 at 9:27 PM, MRAB python@mrabarnett.plus.com wrote:
On 2013-02-22 02:09, Ian Cordasco wrote:
On Thu, Feb 21, 2013 at 9:02 PM, MRAB python@mrabarnett.plus.com wrote:
Since the PyPI security notice of 2013-02-15 I've been unable to upload to PyPI via "setup.py upload".
I changed my password during the grace period, and have reset it, but it's still rejected:
Upload failed (401): Incorrect password
I can login to PyPI with the password.
Can anyone suggest what could be wrong?
This is probably better suited to Catalog-sig but you have to edit your credentials in $HOME/.pypirc
Are any other changes needed in .pypirc, _apart_ from the password?
I don't recall needing any other changes.
OK, I'll take it to Catalog-sig.
Thanks anyway.