Skip to content

Commit

Permalink
make manylinux build depend on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jan 10, 2020
1 parent 5803290 commit 38bae94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
manylinux_sdist:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v1
- name: Set up Python
Expand Down

0 comments on commit 38bae94

Please sign in to comment.