Heya,

I’m still writing up the documentation for this, but you should use Twine (https://pypi.python.org/pypi/twine) to upload instead of ``setup.py upload``.

On Jun 16, 2016, at 3:48 AM, taochengwei@emar.com wrote:



From: Tim Golden
Date: 2016-06-16 15:26
Subject: Re: [Webmaster] Upload the package to the Pypi problem
Please repost this to the distutils-sig mailing list:
 
 
TJG
 
On 16/06/2016 07:23, taochengwei@emar.com wrote:
> I run `python setup.py register sdist bdist_egg upload`,
> """
> running upload
> Submitting dist/SpliceURL-0.1.tar.gz to http://pypi.python.org/pypi
> Upload failed (403): Must access using HTTPS instead of HTTP
> Submitting dist/SpliceURL-0.1-py2.7.egg to http://pypi.python.org/pypi
> Upload failed (403): Must access using HTTPS instead of HTTP
> """
> My system:
> python 2.6.6
> setuptools (23.0.0)
> 
> My .pypirc
> """
> [distutils]
> index-servers = 
>     pypi
> 
> [pypi]
> username=saintic
> password=zzz
> """
> I change a Centos7 system, is the same(no pypirc, python2.7).
> 
> 
> ------------------------------------------------------------------------
> _______________________________________________
> Webmaster mailing list
> 
 
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig



Donald Stufft