gci: Give PyPI packages a reasonable name

This commit is contained in:
Christian Decker
2021-09-20 13:42:32 +02:00
parent 8a22cbfce7
commit c8a360b81a

View File

@@ -3,7 +3,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
on: push on: push
jobs: jobs:
deploy: deploy:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI name: Build and publish ${{ matrix.package }} 🐍
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
fail-fast: true fail-fast: true