From 04818957e515f66812511ec4631f72e985e00856 Mon Sep 17 00:00:00 2001 From: Lukas Burgholzer Date: Sun, 6 Apr 2025 16:17:57 +0200 Subject: [PATCH] docs: fix typo in macOS repair wheel tool name --- docs/guide/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/build.md b/docs/guide/build.md index 8ea554ddf..487e8b7ef 100644 --- a/docs/guide/build.md +++ b/docs/guide/build.md @@ -209,7 +209,7 @@ them redistributable depends on platform: tag, and can be uploaded to PyPI. - macOS: The wheels should be build with the official CPython releases, and target a reasonable `MACOSX_DEPLOYMENT_TARGET` value (10.9 or newer). You - should run the wheels through `develocate` to bundle external dependencies. + should run the wheels through `delocate` to bundle external dependencies. You'll also want to (carefully) cross compile for Apple Silicon or build on Apple Silicon runners (`macos-14`+ on GHA). - Windows: this is the easiest, usually, as the wheels don't have special rules