From 567fe2a92316a862525320413f3db47476863621 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Wed, 15 Feb 2023 00:00:22 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Henry Schreiner --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 78bf8e19..aea2726d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -24,8 +24,8 @@ Linux wheels are built in [`manylinux`/`musllinux` containers](https://github.co !!! note Currently it is not fully supported to cross-compile project that uses Poetry as a build backend. - Reladed issue [here](https://github.com/python-poetry/poetry/issues/7107). - Some packages can be built with arm64 wheels, but their file names will be incorrect, + Related issue [here](https://github.com/python-poetry/poetry/issues/7107). + Some packages can be built with arm64 wheels, but their tags will be incorrect, with the platform tag showing `x86_64` instead of `arm64`. As a workaround, the file can be renamed before running delocate to repair the wheel. For further details, please refer to this (https://github.com/pypa/cibuildwheel/pull/1416#discussion_r1105217074)."