2014-10-28 14:20 GMT+01:00 Antoine Pitrou <solip...@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
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to