ci: build sgl-kernel wheels for both cu129 and cu130 (#23497)

This commit is contained in:
Jia Guo
2026-04-22 18:08:36 -07:00
committed by GitHub
parent c689f774a4
commit b3e6cf60aa
4 changed files with 42 additions and 25 deletions
+5 -5
View File
@@ -53,7 +53,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda13.0
pattern: wheel-python3.10-cuda*
- name: Install dependencies
timeout-minutes: 20
@@ -88,7 +88,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda13.0
pattern: wheel-python3.10-cuda*
- name: Install dependencies
timeout-minutes: 20
@@ -123,7 +123,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda13.0
pattern: wheel-python3.10-cuda*
- name: Install dependencies
timeout-minutes: 20
@@ -170,7 +170,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda13.0
pattern: wheel-python3.10-cuda*
- name: Install dependencies
timeout-minutes: 20
@@ -201,7 +201,7 @@ jobs:
# with:
# path: sgl-kernel/dist/
# merge-multiple: true
# pattern: wheel-python3.10-cuda13.0
# pattern: wheel-python3.10-cuda*
# - name: Install dependencies
# run: |