[Distutils] Making a wheel platform-specific?
Olivier Grisel
olivier.grisel at ensta.org
Tue Oct 28 14:39:05 CET 2014
2014-10-28 14:20 GMT+01:00 Antoine Pitrou <solipsis at pitrou.net>:
>
> If I rename the file manually, is there an easy (CLI-based) way of
> uploading it to PyPI?
I had the same issue for a tool that collects wheels generated by
various CI platforms to prepare a binary release.
https://github.com/ogrisel/wheelhouse-uploader
Here is the hack I did (a distutils command extension):
https://github.com/ogrisel/wheelhouse-uploader/blob/master/wheelhouse_uploader/cmd.py#L54
--
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel
More information about the Distutils-SIG
mailing list