Name GHA jobs "main".

This commit is contained in:
Joshua Bronson 2022-11-02 23:35:41 +00:00
parent 2c7ed7e24e
commit efe0bbccf6
5 changed files with 7 additions and 5 deletions

View File

@ -11,7 +11,7 @@ name: Lint
- main
jobs:
_:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0

View File

@ -6,7 +6,7 @@ name: Release to PyPI
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
_:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0

View File

@ -1,4 +1,5 @@
name: Release to Test PyPI
"on":
push:
tags:
@ -12,8 +13,9 @@ name: Release to Test PyPI
# git tag -d 0.21.3.rc1
# git push origin :0.21.3.rc1
- "[0-9]+.[0-9]+.[0-9]+.rc[0-9]+"
jobs:
_:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0

View File

@ -14,7 +14,7 @@ name: Test
- main
jobs:
_:
main:
name: ${{ matrix.pyversion }}
runs-on: ubuntu-latest
strategy:

View File

@ -8,7 +8,7 @@ name: Update GitHub Actions
- cron: "0 12 1 * *"
jobs:
_:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0