From bb18a7446b6a9ac41fec035331d4f92f26fd07fa Mon Sep 17 00:00:00 2001 From: Julian Karl Bauer Date: Fri, 31 Dec 2021 17:18:23 +0100 Subject: [PATCH] Update labels --- .github/workflows/publish_pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index e608f64..a9e059c 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -1,4 +1,4 @@ -name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI +name: Publish Python 🐍 distributions 📦 to PyPI on: push @@ -6,7 +6,7 @@ jobs: build-n-publish: if: startsWith(github.ref, 'refs/tags') - name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI + name: Build and publish Python 🐍 distributions 📦 to PyPI runs-on: ubuntu-20.04 steps: