Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobello committed Aug 3, 2024
1 parent a8521c7 commit c1e7278
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ jobs:
if: ${{ needs.check-release.outputs.do_release == 'true' }} # only publish to PyPI when do_release is true
needs:
- build
- tag-version
- check-release
runs-on: ubuntu-latest

Expand Down

0 comments on commit c1e7278

Please sign in to comment.