From abbe56912edd0937b26b65f07499b8910db5d5b6 Mon Sep 17 00:00:00 2001
From: Ellis Percival <flyte@failcode.co.uk>
Date: Tue, 19 Jan 2021 13:48:01 +0000
Subject: [PATCH] Rename job

---
 .github/workflows/test-and-publish.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml
index 7e4fd2b..443deff 100644
--- a/.github/workflows/test-and-publish.yml
+++ b/.github/workflows/test-and-publish.yml
@@ -21,7 +21,7 @@ jobs:
         if: matrix.python-version != '2.7'
       - run: PYTHONPATH=$GITHUB_WORKSPACE py.test -m "not hw_raspberrypi and not mqtt"
   publish:
-    name: Publish to PyPI
+    name: Publish to PyPI if tagged
     runs-on: ubuntu-18.04
     needs: test
     strategy:
-- 
GitLab