Skip to content

Commit

Permalink
fix: fail pypi publish if test fail (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
zongsizhang authored Sep 12, 2024
1 parent ee99a00 commit c6cd9ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
uses: ./.github/workflows/run_tests.yaml
secrets: inherit
pypi-publish:
needs: run-tests
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit c6cd9ff

Please sign in to comment.