docs: two minor additions (#1093)

* docs: mention when msvcd140_1.dll is included in cpython

* docs: mention maturin-action
This commit is contained in:
Henry Schreiner
2022-04-26 00:29:32 -04:00
committed by GitHub
parent dff69251ee
commit 986a50f8a0
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -283,6 +283,6 @@ Massive props also to-
See also
========
If you'd like to keep wheel building separate from the package itself, check out [astrofrog/autowheel](https://github.com/astrofrog/autowheel). It builds packages using cibuildwheel from source distributions on PyPI.
Another very similar tool to consider is [matthew-brett/multibuild](http://github.com/matthew-brett/multibuild). `multibuild` is a shell script toolbox for building a wheel on various platforms. It is used as a basis to build some of the big data science tools, like SciPy.
If you are building Rust wheels, you can get by without some of the tricks required to make GLIBC work via manylinux; this is especially relevant for cross-compiling, which is easy with Rust. See [maturin-action](https://github.com/messense/maturin-action) for a tool that is optimized for building Rust wheels and cross-compiling.