From: Tim Golden
Date: 2016-06-16 15:26
To: taochengwei@emar.com; webmaster
Subject: Re: [Webmaster] Upload the package to the Pypi problem
Please repost this to the distutils-sig mailing list:
 
  https://mail.python.org/mailman/listinfo/distutils-sig
 
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]
> repository=https://pypi.python.org/pypi
> username=saintic
> password=zzz
> """
> I change a Centos7 system, is the same(no pypirc, python2.7).
>
>
> ------------------------------------------------------------------------
> _______________________________________________
> Webmaster mailing list
> Webmaster@python.org
> https://mail.python.org/mailman/listinfo/webmaster
>