You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move configuration from setup.py to pyproject.toml
Combine ci/cd workflows so that contents of wheel that gets built will be tested
Convert NPM code in setup.py to CMakeLists.txt Split cli extras files out into their own thing
Post issue/discussion in scikit-build-core about running "python scripts" as part of build steps (Recommendation was just port the npm stuff to CMakeLists.txt)
Switch from setup.py script to scikit-build-core (essentially moving to a CMakeLists.txt file)
Use pypa/cibuildwheel for building wheels
Use setuptools_scm for versioning
Remove assorted Python 2 backwards compatibility hacks as they are encountered
The text was updated successfully, but these errors were encountered:
Convert NPM code in setup.py to CMakeLists.txtSplit cli extras files out into their own thingPost issue/discussion in scikit-build-core about running "python scripts" as part of build steps(Recommendation was just port the npm stuff to CMakeLists.txt)The text was updated successfully, but these errors were encountered: