Skip to content

Commit

Permalink
fix: version names cannot include multiple + (#118)
Browse files Browse the repository at this point in the history
Follow up of #117
  • Loading branch information
yzh119 authored Feb 17, 2024
1 parent c849a90 commit af6bd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-ci-build-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo "::endgroup::"

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

0 comments on commit af6bd10

Please # to comment.