Skip to content

Commit

Permalink
Correcting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jul 8, 2024
1 parent 4f0fe26 commit 8cae433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
upload_pypi:
name: Upload to PyPI
needs: [check-current-branch, build_wheels, build_sdist, check_dist]
needs: [check-current-branch, build_wheels, build_sdist, dist_check]
runs-on: ubuntu-latest
if: contains(${{ needs.check.outputs.branch }}, 'main')
environment:
Expand Down

0 comments on commit 8cae433

Please sign in to comment.