【发布时间】:2017-10-11 07:54:54
【问题描述】:
我的小工具有两个版本:
- https://pypi.python.org/pypi/tbzuploader/2017.11.0
- https://pypi.python.org/pypi/tbzuploader/2017.12.0bug:pypi页面看起来很丑。
在上次更新中,README.rst 中的更改会发出警告:
user@host> rst2html.py README.rst > /tmp/foo.html
README.rst:18: (WARNING/2) Inline emphasis start-string without end-string.
README.rst:18: (WARNING/2) Inline emphasis start-string without end-string.
现在 pypi 页面看起来很丑:-(
我用这个菜谱做CI,bumpversion,上传到pypi:https://github.com/guettli/github-travis-bumpversion-pypi
如何确保不再发布损坏的 README.rst?换句话说,我想避免 pypi 页面看起来很丑。
亲爱的细节爱好者:请不要查看 README.rst 中当前的特定错误。那不是问题:-)
【问题讨论】:
标签: python continuous-integration travis-ci restructuredtext