-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI/Build] fix pre-compiled wheel install for exact tag #11373
[CI/Build] fix pre-compiled wheel install for exact tag #11373
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
Head branch was pushed to by a user without write access
9307104
to
e7ff6bc
Compare
@DarkLight1337 amended the commit to add DCO signoff |
Can you merge from main? I saw some other CI failures in the previous run. |
e7ff6bc
to
6db371f
Compare
Signed-off-by: Daniele Trifirò <[email protected]>
…#11373) Signed-off-by: Daniele Trifirò <[email protected]> Signed-off-by: lucast2021 <[email protected]>
…#11373) Signed-off-by: Daniele Trifirò <[email protected]>
…#11373) Signed-off-by: Daniele Trifirò <[email protected]>
…#11373) Signed-off-by: Daniele Trifirò <[email protected]>
Fixes the precompiled wheel version for exact tags: a valid version must respect the following format
[N!]N(.N)*[{a|b|rc}N][.postN][.devN]
fixes #11321