Apply some PR feedback

This commit is contained in:
Steve Dower
2022-08-01 20:23:30 +01:00
parent 59febc16d1
commit 94a053e024
3 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ def test_wheel_tag_is_correct_when_using_windows_cross_compile(tmp_path, use_pyp
add_env={
"CIBW_BUILD": "cp310-*",
},
add_args=["--platform", "windows", "--archs", "ARM64"],
add_args=["--archs", "ARM64"],
)
# check that the expected wheels are produced