v4.5 tag update (#3202)

* Python DSL examples reorganization.

* v4.5 tag update.
This commit is contained in:
Junkai-Wu
2026-05-06 08:55:27 +08:00
committed by GitHub
parent f74fea9ce3
commit cb37157db5
351 changed files with 36688 additions and 8117 deletions

View File

@@ -158,6 +158,7 @@ def extract_version_from_wheel(wheel_path: Path) -> str:
else:
return "9.9.9.dev0"
def extract_wheel_contents(wheel_path: Path, extract_dir: Path) -> None:
"""
Extract wheel contents to specified directory.