How to build and upload eggs to pypi?

Gabriel Genellina ggenellina at gmail.com
Tue Mar 22 11:06:44 EDT 2011


On 21 mar, 08:53, morphex <morp... at gmail.com> wrote:
> Hi,
>
> I have a couple of project which are on PyPi, and now I'd like to
> update some of them.  Is there a good howto somewhere, showing how to
> add new versions (instead of updating one that's already there) etc?

There is a tutorial: http://wiki.python.org/moin/CheeseShopTutorial
To add a new version, simply increment the version number, and then
"python setup.py upload" should be enough.

--
Gabriel Genellina



More information about the Python-list mailing list