-
Notifications
You must be signed in to change notification settings - Fork 308
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
Twine check fails when there are github badges in readme file #1102
Comments
I believe this is an issue to report to https://github.com/pypa/readme_renderer |
Also based on the message, it seems to be an issue with the readthedocs badge, not the GitHub actions badge. But that also looks to be the only badge with a scale setting on it in restructured text. Without knowing why you have that or why that's a problem with readme-renderer on different versions of python, I can't really help here |
Thanks for your input. Removing the reference to the scale allows to work-around this bug. |
Remove scale to fix readme, see pypa/twine#1102
remove image scale in readme, see Twine check fails when there are github badges in readme file pypa/twine#1102 use uv in release.yml
Is there an existing issue for this?
What keywords did you use to search existing issues?
check url pillow readme long_description
What operating system are you using?
Linux
If you selected 'Other', describe your Operating System here
No response
What version of Python are you running?
3.12: systematic fails, 3.11 sometimes fails.
How did you install twine? Did you use your operating system's package manager or pip or something else?
pip install twine
What version of twine do you have installed (include the complete output)
Which package repository are you using?
pypi.org
Please describe the issue that you are experiencing
twine check
fails when there are badges in th readme file.Apparently the bug comes from this badge:
https://github.com/silx-kit/pyFAI/actions/workflows/python-package.yml/badge.svg
Please list the steps required to reproduce this behaviour
Anything else you'd like to mention?
Here is the issue of the project :
silx-kit/pyFAI#2157
The text was updated successfully, but these errors were encountered: