Daniele Nicolodi
Daniele Nicolodi
Including uncommitted changes in the sdist was implemented in #58 after the discussion in #53. However, the current behavior for which uncommitted changes to files under version control are included...
Starting with Python 3.13 there will be a nogil variant of the interpreter that will need to be get an interpreter tag in the wheel tag string. See https://discuss.python.org/t/python-abis-and-pep-703/34018
Did I ever complain about the GitHub Actions documentation being an horrible mess?
I don't have permissions to change the URL to the Github Pages hosted documentation. Also, how hard would it be to redirect from the Read The Docs URL to the...
- Explain why you'd want to use the ``build-dir`` option - Mention it works properly when using ``--cross-file`` (eg. https://github.com/scipy/scipy/blob/1c836efe5ff37ffa4490756269b060a464690e62/.github/workflows/wheels.yml#L180-L188) - Explain how ``build-dir`` works - Warn that ``meson-python`` version...
- Give an example of how to build an executable in Meson - Show where the executable gets mapped to inside a wheel - Mention the limitation regarding internal dependencies