Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit afdfdb0

Browse files
authored
Merge pull request #9 from flashinfer-ai/revert-3-main
Revert "feat: build cross python wheel"
2 parents 298ab2a + c5d027d commit afdfdb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nightly-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25+
python: ["3.10", "3.11", "3.12"]
2526
cuda: ["12.1", "12.4"]
2627
torch: ["2.4"]
2728
runs-on: [self-hosted]
@@ -56,6 +57,7 @@ jobs:
5657
pushd flashinfer
5758
docker run --rm -t \
5859
-v "$(pwd)":/app \
60+
-e FLASHINFER_CI_PYTHON_VERSION=${{ matrix.python }} \
5961
-e FLASHINFER_CI_CUDA_VERSION=${{ matrix.cuda }} \
6062
-e FLASHINFER_CI_TORCH_VERSION=${{ matrix.torch }} \
6163
-e FLASHINFER_CI_CACHE=/opt/dlami/nvme/flashinfer/github \
@@ -70,7 +72,7 @@ jobs:
7072
- run: du -h flashinfer/dist/*
7173
- uses: actions/upload-artifact@v4
7274
with:
73-
name: wheel-cuda${{ matrix.cuda }}-torch${{ matrix.torch }}
75+
name: wheel-cuda${{ matrix.cuda }}-torch${{ matrix.torch }}-python${{ matrix.python }}
7476
path: flashinfer/dist/*
7577

7678
release:

0 commit comments

Comments
 (0)