Skip to content

Commit 1f1db32

Browse files
committed
fix: python-platfrom on uv
Signed-off-by: Henry Schreiner <[email protected]>
1 parent a14e192 commit 1f1db32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuildwheel/platforms/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def test_wheel(state: BuildState, wheel: Path, *, build_frontend: str) -> None:
600600
*pip,
601601
"install",
602602
"--only-binary=:all:",
603-
"--platform",
603+
"--python-platform" if use_uv else "--platform",
604604
sysconfig_print("get_platform()", state.android_env).replace("-", "_"),
605605
"--target",
606606
site_packages_dir,

0 commit comments

Comments
 (0)