-
Notifications
You must be signed in to change notification settings - Fork 1k
Old wheels may have broken descriptions #3084
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
Comments
Look a |
Seems like maybe this issue belongs over at pypa/twine instead since we're not doing much introspection of the distributions. |
About how many projects do we currently have where the most recent release has a broken description because of this issue? I presume that's something I could figure out via Google BigQuery if I figured out how to use it. |
I don't think it's possible via BigQuery, as Donald said, the version of I haven't seen many reports about this, and there might not really be a good way to fix it, so this shouldn't be high-priority (folks should just update their |
Closing this since we no longer allow uploads with invalid/broken descriptions, so the point is moot. |
In #3058 we figured out that a wheel built with
wheel==0.24.0
had a broken description when uploaded to Warehouse. Upgrading towheel==0.30.0
fixed it.If we have a way to determine what version of
wheel
the wheel was built with, we may want to warn the user in some way (from Warehouse? in twine?) that it could result in an incorrectly rendered description.The text was updated successfully, but these errors were encountered: