We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d483ded commit 4bfba1dCopy full SHA for 4bfba1d
2 files changed
.github/workflows/pypi-publish.yaml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
deploy:
8
- name: Publish to pypi
+ name: [publish] pypi
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
.github/workflows/quality-assurance.yaml
@@ -6,7 +6,7 @@ on:
build:
- name: Build and test on ${{ matrix.python }}
+ name: '[Build/test] Python ${{ matrix.python }}'
strategy:
12
matrix:
0 commit comments