Skip to content

Commit

Permalink
Fix typo on maturin docs (#1997)
Browse files Browse the repository at this point in the history
* docs: fix typo

* Update README.md

---------

Co-authored-by: Shehab Abdel-Salam <[email protected]>
Co-authored-by: messense <[email protected]>
  • Loading branch information
3 people authored Mar 20, 2024
1 parent b434d6d commit d9cf2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ The Rust compiler since version 1.64 [requires at least glibc 2.17](https://blog
For publishing, we recommend enforcing the same manylinux version as the image with the manylinux flag, e.g. use `--manylinux 2014` if you are building in `quay.io/pypa/manylinux2014_x86_64`.
The [PyO3/maturin-action](https://github.com/PyO3/maturin-action) github action already takes care of this if you set e.g. `manylinux: 2014`.

maturin contains a reimplementation of auditwheel automatically checks the generated library and gives the wheel the proper.
maturin contains a reimplementation of auditwheel automatically checks the generated library and gives the wheel the proper platform tag.
If your system's glibc is too new or you link other shared libraries, it will assign the `linux` tag.
You can also manually disable those checks and directly use native linux target with `--manylinux off`.

Expand Down

0 comments on commit d9cf2b2

Please sign in to comment.