Skip to content

How to use Markdown in long description rather than plain text #46

Answered by webknjaz
selivan asked this question in Q&A
Discussion options

You must be logged in to vote

This action only uploads what you've built before calling it. It doesn't do anything to the metadata.
Based on the symptoms you described, it's not related to the Python version either. Besides, this action runs in an isolated container so whatever Python you use in your workflow does not influence the Python version in our container.
This happens when you use [outdated setuptools]https://setuptools.readthedocs.io/en/latest/history.html#v36-4-0) that does not support the Markdown long description MIME type.
Older Pythons ship older setuptools by default but that does not prevent you from updating setuptools.
So the right answer is: update setuptools to a version higher than 36.4.0. Whethe…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by webknjaz
Comment options

You must be logged in to vote
5 replies
@webknjaz
Comment options

@webknjaz
Comment options

@selivan
Comment options

@webknjaz
Comment options

@selivan
Comment options

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
Converted from issue

This discussion was converted from issue #46 on November 15, 2020 11:43.