This commit is contained in:
Jesse Bannon 2023-02-22 15:08:25 -08:00
parent 3681307f8e
commit 6605a92a06

View file

@ -81,7 +81,7 @@ jobs:
build-arm: build-arm:
name: build-arm name: build-arm
needs: needs:
- get-version - set-version
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
@ -124,7 +124,7 @@ jobs:
github-release: github-release:
name: github-release name: github-release
needs: needs:
- get-version - set-version
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -149,7 +149,7 @@ jobs:
pypi-publish: pypi-publish:
name: pypi-publish name: pypi-publish
needs: needs:
- get-version - set-version
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix: