From c8a360b81a5b6a08d1af5f387ad5cc6087c8d18e Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 20 Sep 2021 13:42:32 +0200 Subject: [PATCH] gci: Give PyPI packages a reasonable name --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index a14bd775a..544913448 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -3,7 +3,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI on: push jobs: deploy: - name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI + name: Build and publish ${{ matrix.package }} 🐍 runs-on: ubuntu-20.04 strategy: fail-fast: true