Skip to content

Commit

Permalink
update needs
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Jun 19, 2024
1 parent a19fe2e commit 1d35278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
path: ./dist/*

upload_pypi:
needs: [macos_wheel, linux_wheel, windows_wheel, source_dist]
needs: [macos_wheel_m, macos_wheel_intel, linux_wheel, windows_wheel, source_dist]
runs-on: ubuntu-latest
# try to publish only if this is a push to stable branch
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 1d35278

Please sign in to comment.