Skip to content

Why do I need long_description_content_type='text/markdown' ? #209

Answered by webknjaz
Allan-CodeWorks asked this question in Q&A
Discussion options

You must be logged in to vote

That's what twine check --strict requires. Some of the reported problems are warnings, others may be errors that would cause PyPI to reject uploads.
In this action, you can disable the metadata validation and live dangerously. See the readme.

N.B. Twine validates the metadata of the resulting package distributions, that can be created by different build backends, in an agnostic manner. In your case, it's setuptools, so take it up with them how the metadata is created. This action doesn't build the dists.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Allan-CodeWorks
Comment options

Answer selected by webknjaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants