From 8108b289eb10e3dc00da52f246c5c6916b859ea1 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 4 Dec 2020 00:44:27 +1100 Subject: [PATCH 1/4] Added GitHub Actions badge [ci skip] --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 5c3c2969c..9f4b36300 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,10 @@ This repository creates wheels for tagged versions of Pillow:: :target: https://travis-ci.com/github/python-pillow/pillow-wheels :alt: Travis CI build status (wheels) +.. image:: https://github.com/python-pillow/pillow-wheels/workflows/Wheels/badge.svg + :target: https://github.com/python-pillow/pillow-wheels/actions + :alt: GitHub Actions build status (wheels) + Archives -------- From 6acdbcbf0d2a705bc0c9d22a23ae34ae8c51aecd Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Fri, 11 Dec 2020 21:20:57 +1100 Subject: [PATCH 2/4] Updated text [ci skip] Co-authored-by: Hugo van Kemenade --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9f4b36300..a6ddcb804 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ This repository creates wheels for tagged versions of Pillow:: .. image:: https://github.com/python-pillow/pillow-wheels/workflows/Wheels/badge.svg :target: https://github.com/python-pillow/pillow-wheels/actions - :alt: GitHub Actions build status (wheels) + :alt: GitHub Actions build status Archives -------- @@ -55,4 +55,4 @@ Download wheels from the `latest release `_ and upload to PyPI:: - twine upload Pillow--* \ No newline at end of file + twine upload Pillow--* From de8ddc8a0c433286538b2a87fc5d8ed72c78d883 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Fri, 11 Dec 2020 21:21:12 +1100 Subject: [PATCH 3/4] Updated text [ci skip] Co-authored-by: Hugo van Kemenade --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a6ddcb804..373ae368b 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ This repository creates wheels for tagged versions of Pillow:: .. image:: https://img.shields.io/travis/com/python-pillow/pillow-wheels/master.svg :target: https://travis-ci.com/github/python-pillow/pillow-wheels - :alt: Travis CI build status (wheels) + :alt: Travis CI build status .. image:: https://github.com/python-pillow/pillow-wheels/workflows/Wheels/badge.svg :target: https://github.com/python-pillow/pillow-wheels/actions From 60e5d538fceb240cdbfabe1dfbb869a8304dfc62 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 11 Dec 2020 21:22:12 +1100 Subject: [PATCH 4/4] Rearranged badges [ci skip] --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 373ae368b..d9ba35783 100644 --- a/README.rst +++ b/README.rst @@ -5,14 +5,14 @@ This repository creates wheels for tagged versions of Pillow:: ./update-pillow-tag.sh -.. image:: https://img.shields.io/travis/com/python-pillow/pillow-wheels/master.svg - :target: https://travis-ci.com/github/python-pillow/pillow-wheels - :alt: Travis CI build status - .. image:: https://github.com/python-pillow/pillow-wheels/workflows/Wheels/badge.svg :target: https://github.com/python-pillow/pillow-wheels/actions :alt: GitHub Actions build status +.. image:: https://img.shields.io/travis/com/python-pillow/pillow-wheels/master.svg + :target: https://travis-ci.com/github/python-pillow/pillow-wheels + :alt: Travis CI build status + Archives --------