google / brotli-wheels

Brotli wheels
MIT License
10 stars 16 forks source link

rebuild wheels for newly released Brotli v1.1.0 #18

Closed anthrotype closed 1 year ago

anthrotype commented 1 year ago

https://github.com/google/brotli/releases/tag/v1.1.0

anthrotype commented 1 year ago

If everything goes according to plan, in a couple of hours all 83 (!) brotli wheels will be built and uploaded automatically to PyPI. You can follow along here: https://github.com/google/brotli-wheels/actions/runs/6086252565

anthrotype commented 1 year ago

oh no.. automatic upload to PyPI failed with a surprising error.. :(

ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.                                                      
         No content rendered from RST source.        

https://github.com/google/brotli-wheels/actions/runs/6086252565/job/16514371203

I'll take a look tomorrow

anthrotype commented 1 year ago

ugh.. looks like twine now fails if long_description setup.py parameter is not set like in Brotli

https://github.com/pypa/twine/issues/960

I think for v1.1.0 I will just pin twine to an earlier version that doesn't complain, then we can add a long_description in brotli's setup.py if we wish to do so at a later stage (any changes there won't be seen until a new release)

anthrotype commented 1 year ago

wheels for v1.1.0 release are up and running: https://pypi.org/project/Brotli/1.1.0/#files