Closed njroussel closed 1 month ago
Pushed one more commit that additionally publishes an *-abi3
wheel (stable ABI release).
Added a small document that will serve as a checklist when publishing new releases.
And another commit to add dr.get_cmake_dir()
as we did previously.
This PR introduces changes to successfully build wheels for PyPI again.
It does the following:
pyproject.toml
)These changes were tested over on https://github.com/njroussel/drjit-fork, with packages uploaded to https://test.pypi.org/project/throwaway8213fork/ (
pip install --index-url https://test.pypi.org/simple/ throwaway8213fork
)