Skip to content

Commit d1bc6a3

Browse files
authored
Update cibuildwheel/platforms/android.py
1 parent a0350fa commit d1bc6a3

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
@@ -595,7 +595,7 @@ def test_wheel(state: BuildState, wheel: Path, *, build_frontend: str) -> None:
595595

596596
platform_args = (
597597
[
598-
"--python-platforma",
598+
"--python-platform",
599599
"x86_64-linux-android" if state.config.arch == "x86_64" else "aarch64-linux-android",
600600
]
601601
if use_uv

0 commit comments

Comments
 (0)