Skip to content

Commit af6bd10

Browse files
authored
fix: version names cannot include multiple + (#118)
Follow up of #117
1 parent c849a90 commit af6bd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-ci-build-wheel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo "::endgroup::"
4242

4343
echo "::group::Build wheel for FlashInfer"
4444
cd "$PROJECT_ROOT/python"
45-
MAX_JOBS=32 FLASHINFER_BUILD_VERSION="${FLASHINFER_BUILD_VERSION}+cu${CUDA_MAJOR}${CUDA_MINOR}+torch${TORCH_MAJOR}${TORCH_MINOR}" python -m build --no-isolation
45+
MAX_JOBS=32 FLASHINFER_BUILD_VERSION="${FLASHINFER_BUILD_VERSION}+cu${CUDA_MAJOR}${CUDA_MINOR}torch${FLASHINFER_CI_TORCH_VERSION}" python -m build --no-isolation
4646
rm -f dist/*.tar.gz
4747
python -m build --no-isolation --sdist
4848
echo "::endgroup::"

0 commit comments

Comments
 (0)