Skip to content

Commit

Permalink
🧪 Make PyPI publishing job dependent on the gate
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed May 14, 2024
1 parent 0342b49 commit 98716a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@ jobs:
publish: # Run only on creating release for new tag
name: 📦 Publish to PyPI
needs:
- build
- lint
- test
- check
runs-on: ubuntu-latest
# Run only on pushing a tag
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 98716a8

Please sign in to comment.