Skip to content

description failed to render despite long_description_content_type="text/markdown" #8861

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

Closed
stef opened this issue Nov 20, 2020 · 3 comments
Closed

Comments

@stef
Copy link

stef commented Nov 20, 2020

Describe the bug
i have exactly the same problem as in #4079

Expected behavior
succesfully uploading a new version of a package using:

python setup.py sdist upload --sign

i have prior to this run pip install -U twine wheel setuptools
i also removed all language indicators following ```
i also ran twine check dist/pkg... which responded with `PASSED`

@stef
Copy link
Author

stef commented Nov 20, 2020

this is the package i tried to upload: https://github.com/stef/pwdsphinx/

@stef
Copy link
Author

stef commented Nov 20, 2020

what ever i do i always get:

Upload failed (400): The description failed to render in the default format of reStructuredText.

@stef
Copy link
Author

stef commented Nov 21, 2020

figured it out myself. it turns out that readme_renderer does not like this line:

sphinx: a password **S**tore that **P**erfectly **H**ides from **I**tself (**N**o **X**aggeration)

if i put a space after each emphasized letter it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant