fix: enable cu124 and cu128 build on main push (#10431)

This commit is contained in:
Yineng Zhang
2025-09-14 16:19:35 -07:00
committed by GitHub
parent 55025b9282
commit 7ce6c10eb6

View File

@@ -88,7 +88,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build wheel for Python ${{ matrix.python-version }} and CUDA ${{ matrix.cuda-version }}
if: github.event_name != 'push' || (matrix.cuda-version != '12.4' && matrix.cuda-version != '12.8')
if: github.event_name != 'push' || (matrix.cuda-version != '11.8')
run: |
cd sgl-kernel
chmod +x ./build.sh