<p dir="ltr"><br>
On 28 Mar 2015 09:16, "Donald Stufft" <<a href="mailto:donald@stufft.io">donald@stufft.io</a>> wrote:<br>
><br>
> Use twine to upload</p>
<p dir="ltr">As Donald notes, twine can handle the upload, and devpi (unlike the public PyPI) will happily host Linux wheel files.</p>
<p dir="ltr">The main trap to watch out for when using that approach in the current system is that the wheel filenames won't say which Linux distro they were built against, so you may get cryptic runtime errors if they escape the intended environments.</p>
<p dir="ltr">Cheers,<br>
Nick.</p>
<p dir="ltr">><br>
><br>
> > On Mar 27, 2015, at 7:11 PM, Dan Stromberg <<a href="mailto:drsalists@gmail.com">drsalists@gmail.com</a>> wrote:<br>
> ><br>
> > Is it possible to use "pip wheel" to upload a binary wheel on Linux,<br>
> > to a local devpi server? Or do I need to get to a setup.py and do an<br>
> > upload from there? It seems a shame to build the wheel without need of<br>
> > a setup.py (I believe setup.py is only used behind the scenes), only<br>
> > to need a setup.py to upload the result.<br>
> ><br>
> > This makes me wonder about devpi and binary wheels on Linux:<br>
> > <a href="http://pythonwheels.com">http://pythonwheels.com</a><br>
> > C extensions<br>
> > PyPI currently only allows uploading platform-specific wheels for<br>
> > Windows and Mac OS X. It is still useful to create wheels for these<br>
> > platforms, as it avoids the need for your users to compile the package<br>
> > when installing.<br>
> ><br>
> > I'm doing "pip -v -v -v wheel numpy" (for example), and I have a<br>
> > pip.conf and .pypirc (both pointing at our local devpi).<br>
> ><br>
> > Thanks!<br>
> > _______________________________________________<br>
> > Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
> > <a href="https://mail.python.org/mailman/listinfo/distutils-sig">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
> _______________________________________________<br>
> Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/distutils-sig">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
</p>