Skip to content

Commit

Permalink
ci: upload python 3.12 scripts (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 authored Aug 11, 2024
1 parent 9ca04e4 commit b91475b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
files: |
python/dist/flashinfer*cp311*.whl
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ inputs.tag_name }}
files: |
python/dist/flashinfer*cp312*.whl
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ inputs.tag_name }}
Expand Down

0 comments on commit b91475b

Please # to comment.