Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54835 > unrolled thread

Upload Windows binaries on pypi from Linux

Started by"Giampaolo Rodola'" <g.rodola@gmail.com>
First post2013-09-26 17:39 +0200
Last post2013-09-26 17:39 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Upload Windows binaries on pypi from Linux "Giampaolo Rodola'" <g.rodola@gmail.com> - 2013-09-26 17:39 +0200

#54835 — Upload Windows binaries on pypi from Linux

From"Giampaolo Rodola'" <g.rodola@gmail.com>
Date2013-09-26 17:39 +0200
SubjectUpload Windows binaries on pypi from Linux
Message-ID<mailman.358.1380210023.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

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/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web