Skip to content

Commit

Permalink
Fix CI job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Nov 7, 2023
1 parent 20965f9 commit fcf61a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
name: dist
path: dist
verify:
if: "!startsWith(github.ref, 'refs/tags/')"
name: Verify wheels
runs-on: ubuntu-latest
needs: [build_wheels]
Expand All @@ -67,6 +66,7 @@ jobs:
run: ls -lh dist
pypi-publish:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
needs: [verify]
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit fcf61a4

Please sign in to comment.