google / brotli-wheels

Brotli wheels
MIT License
10 stars 16 forks source link

script to download wheels from github and upload to pypi #8

Closed anthrotype closed 6 years ago

anthrotype commented 6 years ago

This is the shell script that I used to download locally all the wheel and zip packages that are uploaded automatically by the CI bots to the Github Releases page https://github.com/anthrotype/brotli-wheels/releases/latest, and to upload these to the Python Package Index using the twine tool. Let's live with this semi-automatic method of upload for now.

Fixes #5