extensionlib
extensionlib copied to clipboard
The toolkit for building extension modules
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.8.5. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.5 What's Improved @woodruffw improved the user-facing documentation and logging to make use of the Trusted Publishing flow...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.4 to 2.12.3. Release notes Sourced from pypa/cibuildwheel's releases. v2.12.3 🐛 Fix an import error when running on Python 3.7. (#1479) v2.12.2 🐛 Fix a bug that...
One key feature that scikit-build will need to rely on is declaring dynamic build dependencies. Right now, we [suggest a workaround](https://scikit-build.readthedocs.io/en/latest/usage.html#adding-cmake-as-building-requirement-only-if-not-installed-or-too-low-a-version). That (more or less, with a minimum version requirement...
This would serve as a drop-in replacement for certain use cases, but I’m not sure if it’s even tractable. If it is, it might make sense to show how, at...
This is more of a question born out of my own ignorance on Python's build internals. I would like to use extensionlib to build native extension modules interfaced with [pybind11](https://github.com/pybind/pybind11)....