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
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