Skip to content
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

twine check error in 0.8.1 #59

Closed
codekiln opened this issue Nov 19, 2018 · 0 comments
Closed

twine check error in 0.8.1 #59

codekiln opened this issue Nov 19, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@codekiln
Copy link
Contributor

codekiln commented Nov 19, 2018

$ twine check dist/django-elastic-migrations-*.tar.gz
/Users/pnore/.virtualenvs/dem3/lib/python3.7/site-packages/readme_renderer/markdown.py:38: UserWarning: Markdown renderers are not available. Install 'readme_render[md]' to enable Markdown rendering.
  warnings.warn(_EXTRA_WARNING)
Checking distribution dist/django-elastic-migrations-0.8.1.tar.gz: Failed
The project's long_description has invalid markup which will not be rendered on PyPI. The following syntax errors were detected:
line 460: Warning: Title underline too short.

0.8.1 (2018-11-19)
^^^^^^^^^^^^^^^^^

good grief, this is pretty exact checking, but it causes the rst rendering to fail hard: https://test.pypi.org/project/django-elastic-migrations/0.8.1/. Fix this and add a twine check step to the "Cutting a New Version" steps in the readme.

@codekiln codekiln added the bug Something isn't working label Nov 19, 2018
@codekiln codekiln self-assigned this Nov 19, 2018
codekiln added a commit that referenced this issue Nov 19, 2018
fix #59 twine check error in 0.8.1
codekiln added a commit that referenced this issue Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant