[Distutils] Fw: Re: [Webmaster] Upload the package to the Pypi problem
taochengwei at emar.com
taochengwei at emar.com
Thu Jun 16 03:48:17 EDT 2016
From: Tim Golden
Date: 2016-06-16 15:26
To: taochengwei at 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 at 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 at python.org
> https://mail.python.org/mailman/listinfo/webmaster
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160616/91307c8d/attachment.html>
More information about the Distutils-SIG
mailing list