CI | status |
---|---|
conda.recipe | |
pip builds |
An example project built with pybind11 and scikit-build-core. Python 3.7+ (see older commits for older versions of Python).
- clone this repository
pip install ./scikit_build_example
There are examples for CI in .github/workflows
. A simple way to produces
binary "wheels" for all platforms is illustrated in the "wheels.yml" file,
using cibuildwheel
.
pybind11 is provided under a BSD-style license that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.
import scikit_build_example
scikit_build_example.add(1, 2)