| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-11 | 461 Bytes | |
| v3.3.5 source code.tar.gz | 2026-05-11 | 36.6 MB | |
| v3.3.5 source code.zip | 2026-05-11 | 37.4 MB | |
| Totals: 3 Items | 74.0 MB | 0 | |
Bug fix
- Build deps added to conda create — meson-python meson ninja cython pybind11 numpy are now in the conda env before the build starts, so --no-isolation can find them.
- --no-isolation on both --wheel and --sdist builds — meson now uses the conda env's Python headers instead of the system's broken ones.
- runner.os == 'Linux' (capital L) — the sdist conditional was never firing because GitHub Actions uses 'Linux' not 'linux'.