Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/other-tools/02_pixi_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
1 change: 0 additions & 1 deletion examples/5_02_pixi_build/compiled/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down