diff --git a/content/other-tools/02_pixi_build.md b/content/other-tools/02_pixi_build.md index 7357e3e..4a54c6f 100644 --- a/content/other-tools/02_pixi_build.md +++ b/content/other-tools/02_pixi_build.md @@ -351,7 +351,7 @@ cmake.args = ["-GNinja"] ```{literalinclude} ../../examples/5_02_pixi_build/compiled/pyproject.toml :filename: pyproject.toml :linenos: -:emphasize-lines: 15-17, 19-38 +:emphasize-lines: 12, 14-16, 18-37 ``` So in just over 20 lines of TOML, we can build a conda package for a Python package with compiled extensions! diff --git a/examples/5_02_pixi_build/compiled/pyproject.toml b/examples/5_02_pixi_build/compiled/pyproject.toml index 9fffed4..8094786 100644 --- a/examples/5_02_pixi_build/compiled/pyproject.toml +++ b/examples/5_02_pixi_build/compiled/pyproject.toml @@ -9,7 +9,6 @@ version = "0.1.0" [tool.pixi.workspace] channels = ["conda-forge"] platforms = ["linux-64", "win-64", "osx-arm64", "linux-aarch64"] - preview = ["pixi-build"] [tool.scikit-build]