Skip to content

Migrate from setup.py to scikit-build-core and cibuildwheel #86

@nightlark

Description

@nightlark
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions