Skip to content

Commit

Permalink
Don't run pypi deploy before test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Oct 1, 2024
1 parent 331a8ff commit 26a23bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
report-title: Test Report

pypi-publish:
needs: test
name: Upload release to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
Expand Down

0 comments on commit 26a23bd

Please sign in to comment.