Skip to content

Commit

Permalink
Fix upload_pypi job dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Rémi Achard <[email protected]>
  • Loading branch information
remia committed Sep 21, 2024
1 parent c59dc27 commit baa0213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:


upload_pypi:
needs: [sdist, linux, macos, windows]
needs: [sdist, linux, macos, macos-arm, windows]
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
steps:
Expand Down

0 comments on commit baa0213

Please sign in to comment.