-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rebuild wheels for newly released Brotli v1.1.0 #18
Comments
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 |
oh no.. automatic upload to PyPI failed with a surprising error.. :(
https://github.com/google/brotli-wheels/actions/runs/6086252565/job/16514371203 I'll take a look tomorrow |
ugh.. looks like twine now fails if 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) |
twine (the tool we use to upload packages to PyPI) is currently failing if the long_description (used to render a project's page on PyPI website) is not set. Somehow it complains that it is not well formatted reStructuredText, but it's simply empty... This looks like a bug, or bad interaction between twince and setuptools, because the field is technically optional. Also see pypa/twine#960 and pypa/twine#908. This issue is currently preventing the upload of newly built Brotli v1.1.0 Python wheels to PyPI: google/brotli-wheels#18 (comment) Anyway, we may well set the long_description to the content of the README.md file, as it's customary for python projects.
twine (the tool we use to upload packages to PyPI) is currently failing if the long_description (used to render a project's page on PyPI website) is not set. Somehow it complains that it is not well formatted reStructuredText, but it's simply empty... This looks like a bug, or bad interaction between twince and setuptools, because the field is technically optional. Also see pypa/twine#960 and pypa/twine#908. This issue is currently preventing the upload of newly built Brotli v1.1.0 Python wheels to PyPI: google/brotli-wheels#18 (comment) Anyway, we may well set the long_description to the content of the README.md file, as it's customary for python projects.
wheels for v1.1.0 release are up and running: https://pypi.org/project/Brotli/1.1.0/#files |
https://github.com/google/brotli/releases/tag/v1.1.0
The text was updated successfully, but these errors were encountered: