Unverified Commit 2dc957d4 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix setup for sgl kernel (#2917)

parent bf8d07a6
...@@ -15,6 +15,7 @@ def get_version(): ...@@ -15,6 +15,7 @@ def get_version():
def update_wheel_platform_tag(): def update_wheel_platform_tag():
wheel_dir = Path("dist") wheel_dir = Path("dist")
if wheel_dir.exists() and wheel_dir.is_dir():
old_wheel = next(wheel_dir.glob("*.whl")) old_wheel = next(wheel_dir.glob("*.whl"))
new_wheel = wheel_dir / old_wheel.name.replace( new_wheel = wheel_dir / old_wheel.name.replace(
"linux_x86_64", "manylinux2014_x86_64" "linux_x86_64", "manylinux2014_x86_64"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment