-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Since the #5835 commit (I think) our deployments to pypi have been failing with this error:
HTTPError: 400 Client Error: The description failed to render in the default format of reStructuredText. See https://test.pypi.org/help/#description-content-type for more information. for url: https://test.pypi.org/legacy/
as previously, our setup.py specifies long_description_content_type="text/markdown"
looking at previous issues, I have tried using twine to verify it locally and it seems perfectly happy with the readme and setup.
i'm using the most recent versions of setuptools and wheel
Expected behavior
If there is a legitimate problem with our description, surely it should be that the markdown can't be read?
To Reproduce
My Platform
This is happening through a bitbucket deployment pipeline
i'm sure i've missed some vital info, but hopefully i can answer any questions later. Thanks.
Metadata
Metadata
Assignees
Labels
No labels