Upload Windows binaries on pypi from Linux

G

Giampaolo Rodola'

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top