Skip to content

Commit

Permalink
Added workflow_dispatch to build-wheels.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavye Mathur <[email protected]>
  • Loading branch information
BhavyeMathur committed Mar 27, 2024
1 parent a4cc8b7 commit c3885c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -36,7 +38,6 @@ jobs:
build-wheels:
name: Build ${{ matrix.os }} Python wheels
runs-on: ${{ matrix.os }}
needs: build-cmake

strategy:
fail-fast: false
Expand Down

0 comments on commit c3885c8

Please sign in to comment.