diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index ccbaeaa7..f4fd70f8 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -4,8 +4,10 @@ name: "Build Wheels" run-name: ${{ github.actor }} building wheels on: + workflow_dispatch: + workflow_run: - workflows: [ "Build Binary" ] + workflows: [ Build Binary ] types: - completed @@ -36,7 +38,6 @@ jobs: build-wheels: name: Build ${{ matrix.os }} Python wheels runs-on: ${{ matrix.os }} - needs: build-cmake strategy: fail-fast: false