google / brotli-wheels

Brotli wheels
MIT License
10 stars 16 forks source link

update for current Brotli v1.0.4 #9

Closed anthrotype closed 6 years ago

anthrotype commented 6 years ago

This updates the multibuild setup so that it compiles the current Brotli v1.0.4.

I've already built the wheels on the Travis/Appveyor CI which are linked to my personal fork. They were automatically uploaded to the Github Releases page, here: https://github.com/anthrotype/brotli-wheels/releases/tag/v1.0.4

I then downloaded all of them from Github, using the script in https://github.com/google/brotli-wheels/pull/8

and finally uploaded them using my PyPI credentials using the twine script.

The result is up here: https://pypi.org/project/Brotli/1.0.4/#files

If you add me as collaborator to this google/brotli-wheels repo I can configure the upstream repo to do the same. I can also have them uploaded directly to PyPI by adding my encrypted credentials to the CI configuration.

I also volunteer to maintain the multibuild setup (ensure that it still works as Travis/Appveyor change over time) and trigger new builds whenever a new upstream brotli is released.