diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ce47b51e..bef0baf1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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')