-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
feature requestrequires triagingmaintainers need to do initial inspection of issuemaintainers need to do initial inspection of issue
Description
What's the problem this feature will solve?
In #18968 we had an example of a rST project description that failed to render, but the error message that PyPI emitted did not contain the rendering error.
Describe the solution you'd like
The readme_renderer project supports providing a warning stream to the render call. E.g., this is how twine gets errors from the renderer. We should also use the warning stream to provide a more detailed error message.
Additional context
Usage of the stream parameter in twine:
Metadata
Metadata
Assignees
Labels
feature requestrequires triagingmaintainers need to do initial inspection of issuemaintainers need to do initial inspection of issue