Skip to content

Commit

Permalink
run build wheels only after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Aug 2, 2021
1 parent cc93bba commit 4cb81c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yaml
Expand Up @@ -57,6 +57,8 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
needs:
- tests

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -119,6 +121,8 @@ jobs:
name: Publish docs
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
needs:
- tests
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4cb81c9

Please sign in to comment.