Merge branch 'arm64' of https://github.com/zooba/cibuildwheel into arm64

This commit is contained in:
Steve Dower
2022-06-17 17:12:59 +01:00
+1 -1
View File
@@ -18,7 +18,7 @@ def test_wheel_tag_is_correct_when_using_windows_cross_compile(tmp_path):
add_env={ add_env={
"CIBW_BUILD": "cp310-*", "CIBW_BUILD": "cp310-*",
}, },
add_args=["--platform", "windows", "--archs", "ARM64"] add_args=["--platform", "windows", "--archs", "ARM64"],
) )
# check that the expected wheels are produced # check that the expected wheels are produced