Skip to content

Commit 2a44c24

Browse files
committed
Build: Fix build spec after removing a target.
1 parent f5068b7 commit 2a44c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

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

0 commit comments

Comments
 (0)