We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1557763 commit 309b373Copy full SHA for 309b373
docs/guide/build.md
@@ -209,7 +209,7 @@ them redistributable depends on platform:
209
tag, and can be uploaded to PyPI.
210
- macOS: The wheels should be build with the official CPython releases, and
211
target a reasonable `MACOSX_DEPLOYMENT_TARGET` value (10.9 or newer). You
212
- should run the wheels through `develocate` to bundle external dependencies.
+ should run the wheels through `delocate` to bundle external dependencies.
213
You'll also want to (carefully) cross compile for Apple Silicon or build on
214
Apple Silicon runners (`macos-14`+ on GHA).
215
- Windows: this is the easiest, usually, as the wheels don't have special rules
0 commit comments