ogrisel / wheelhouse-uploader

Script to help maintain a wheelhouse folder on a cloud storage.
MIT License
32 stars 12 forks source link

Upload directly to pypi? #20

Closed alexlenail closed 4 years ago

alexlenail commented 7 years ago

For the purposes of my project, I'd like to deploy wheels that my travis file is building directly to pypi without having to upload them to a cloud as an intermediate. Is that possible using wheelhouse-uploader? If not, would it be a feature you would be willing to add?

hugovk commented 4 years ago

@alexlenail Can you use the Travis deploy feature for this?

https://docs.travis-ci.com/user/deployment/pypi/

Or twine?

https://twine.readthedocs.io/en/latest/

alexlenail commented 4 years ago

I believe I solved this with https://github.com/joerick/cibuildwheel