Skip to content

Commit

Permalink
fix dependencies on publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaljovec committed Nov 21, 2022
1 parent e5ee00f commit 2a9fa2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

build_wheels:
needs: push_tag
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -44,6 +45,7 @@ jobs:
path: ./wheelhouse/*.whl

publish:
needs: build_wheels
name: Publish Wheels and Source Distribution
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2a9fa2b

Please sign in to comment.