Skip to content

Commit

Permalink
[CI] Providing inputs for workflow_dispatch event in release wheel …
Browse files Browse the repository at this point in the history
…workflow (#99)
  • Loading branch information
yzh119 authored Jan 31, 2024
1 parent c6b93f9 commit 6f1ff31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name: Release
on:
workflow_dispatch:
inputs:
tag_name:
required: true
type: string
workflow_call:
inputs:
tag_name:
Expand Down

0 comments on commit 6f1ff31

Please sign in to comment.