Skip to content

Commit

Permalink
wheel job runs independently of test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Jul 19, 2023
1 parent a6270e6 commit d32d1ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ jobs:
run: ctest -C ${{ matrix.build_type }} --output-on-failure

wheels:
needs: [mac-os, linux, windows]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -174,7 +173,7 @@ jobs:

publish:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
needs: [wheels]
needs: [wheels, mac-os, linux, windows]
runs-on: ubuntu-latest
environment: pypi
steps:
Expand Down

0 comments on commit d32d1ae

Please sign in to comment.