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