mirror of https://github.com/jab/bidict.git
Name GHA jobs "main".
This commit is contained in:
parent
2c7ed7e24e
commit
efe0bbccf6
|
@ -11,7 +11,7 @@ name: Lint
|
|||
- main
|
||||
|
||||
jobs:
|
||||
_:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.1.0
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -14,7 +14,7 @@ name: Test
|
|||
- main
|
||||
|
||||
jobs:
|
||||
_:
|
||||
main:
|
||||
name: ${{ matrix.pyversion }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue