Remove wheel rename hack

This commit is contained in:
Joe Rickerby
2021-01-30 17:22:26 +00:00
parent be55ebe178
commit a79f0ef95e
2 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ def expected_wheels(package_name, package_version, manylinux_versions=None,
if python_abi_tag == 'cp39-cp39' and machine_arch == 'arm64':
arm64_macosx_deployment_target = _get_arm64_macosx_deployment_target(macosx_deployment_target)
platform_tags = [
f'macosx_{macosx_deployment_target.replace(".", "_")}_universal2.macosx_{arm64_macosx_deployment_target.replace(".", "_")}_universal2',
f'macosx_{macosx_deployment_target.replace(".", "_")}_universal2',
f'macosx_{arm64_macosx_deployment_target.replace(".", "_")}_arm64',
]
else: