new name
This commit is contained in:
parent
3681307f8e
commit
6605a92a06
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
build-arm:
|
||||
name: build-arm
|
||||
needs:
|
||||
- get-version
|
||||
- set-version
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
@ -124,7 +124,7 @@ jobs:
|
|||
github-release:
|
||||
name: github-release
|
||||
needs:
|
||||
- get-version
|
||||
- set-version
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -149,7 +149,7 @@ jobs:
|
|||
pypi-publish:
|
||||
name: pypi-publish
|
||||
needs:
|
||||
- get-version
|
||||
- set-version
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in a new issue