Skip to content

Commit

Permalink
fix(ci): remove stale job dependency in pythonpublish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Aug 22, 2024
1 parent a938917 commit 3323eb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- tests
- matrix-tests
- build
- build-docs
runs-on: ubuntu-latest
permissions:
contents: write # IMPORTANT: mandatory for making GitHub Releases
Expand Down Expand Up @@ -104,7 +103,9 @@ jobs:
publish-to-pypi:
name: Publish to PyPI
runs-on: ubuntu-latest
needs: github-release
needs:
- github-release
- deploy-docs
environment:
name: pypi
url: https://pypi.org/p/g2p
Expand Down

0 comments on commit 3323eb4

Please sign in to comment.