Skip to content

Commit

Permalink
chore: remove android pip pack
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Sep 19, 2024
1 parent 0edd16f commit a647269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/pip_pack/pip_pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def pack(pack_dir: str, info_path: str):
"macos-aarch64": "macosx_13_0_arm64",
"linux-x86_64": "manylinux2014_x86_64",
"linux-aarch64": "manylinux2014_aarch64",
"android-x86_64": "android_x86_64",
"android-aarch64": "android_arm64_v8a",
# "android-x86_64": "android_x86_64",
# "android-aarch64": "android_arm64_v8a",
}

os.mkdir(WHL_DIR)
Expand Down

0 comments on commit a647269

Please sign in to comment.