Skip to content

Commit

Permalink
ci: run release if build wheel success or skipped (#123)
Browse files Browse the repository at this point in the history
Followup of #122
  • Loading branch information
yzh119 authored Feb 18, 2024
1 parent 3e19ec3 commit 0182033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
path: python/dist/*

release:
needs: build
if: ${{ success() || github.event.inputs.skip_build_wheel }}
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 0182033

Please sign in to comment.