Skip to content

Commit

Permalink
Uses RST substitution to put badges in 1 line.
Browse files Browse the repository at this point in the history
It might be some update to the Github's RST renderer caused badges display in multi lines. use RST substitution to put badges in 1 line.
  • Loading branch information
shenxianpeng authored Apr 3, 2024
1 parent bb0eafa commit f1b9a60
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
.. image:: https://img.shields.io/pypi/v/twine.svg
.. |twine-version| image:: https://img.shields.io/pypi/v/twine.svg
:target: https://pypi.org/project/twine

.. image:: https://img.shields.io/pypi/pyversions/twine.svg
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/twine.svg
:target: https://pypi.org/project/twine

.. image:: https://img.shields.io/readthedocs/twine
.. |docs-badge| image:: https://img.shields.io/readthedocs/twine
:target: https://twine.readthedocs.io

.. image:: https://img.shields.io/github/actions/workflow/status/pypa/twine/main.yml?branch=main
.. |build-badge| image:: https://img.shields.io/github/actions/workflow/status/pypa/twine/main.yml?branch=main
:target: https://github.com/pypa/twine/actions

|twine-version| |python-versions| |docs-badge| |build-badge|

twine
=====

Expand Down

0 comments on commit f1b9a60

Please sign in to comment.