Upload Windows binaries on pypi from Linux

Giampaolo Rodola' g.rodola at gmail.com
Thu Sep 26 11:39:56 EDT 2013


I have a Python extension module (psutil) written in C which I compile for
different Python versions (from 2.4 to 3.3) and want to upload them on pypi.

The Windows machine is not connected to internet  so after I generate the
Windows binaries (via setup.py bdist_wininst) I move the .exe files from
Windows to Linux. From there I want to upload all the *.exe files on pypi.

Apparently I can automatically do this only from Windows via "setup.py
upload bdist_wininst" but as I said I have no internet connection on that
box.

Is there a way to tell setup.py to upload those *.exe file on pypi from
Linux or some tool which can do that via HTTP POST or something?

Thanks in advance,

--- Giampaolo

https://code.google.com/p/pyftpdlib/
https://code.google.com/p/psutil/
https://code.google.com/p/pysendfile/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130926/48081b6d/attachment.html>


More information about the Python-list mailing list