Skip to content

Commit f1b9a60

Browse files
authored
Uses RST substitution to put badges in 1 line.
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.
1 parent bb0eafa commit f1b9a60

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
.. image:: https://img.shields.io/pypi/v/twine.svg
1+
.. |twine-version| image:: https://img.shields.io/pypi/v/twine.svg
22
:target: https://pypi.org/project/twine
33

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

7-
.. image:: https://img.shields.io/readthedocs/twine
7+
.. |docs-badge| image:: https://img.shields.io/readthedocs/twine
88
:target: https://twine.readthedocs.io
99

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

13+
|twine-version| |python-versions| |docs-badge| |build-badge|
14+
1315
twine
1416
=====
1517

0 commit comments

Comments
 (0)