Skip to content

Commit

Permalink
Build: Fix build spec after removing a target.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jan 9, 2025
1 parent f5068b7 commit 2a44c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

upload_release_assets:
name: Upload Release Wheels
needs: [ build_wheels, Linux, non-Linux ]
needs: [ build_wheels, Linux ]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')

Expand Down

0 comments on commit 2a44c24

Please sign in to comment.