Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overhaul build system for modern Python and enable cibuildwheel #65

Merged
merged 18 commits into from
Jan 15, 2025

Conversation

ryanvolz
Copy link
Member

Move to scikit-build-core and pyproject.toml for building/packaging the Python package, and add a cibuildwheel action to build Python wheels based on the new build system. This attempts to follow recommended practice from the Scientific Python Library Development Guide and Cookiecutter. Eventually that will mean enabling more pre-commit hooks and formatting/linting with ruff instead of flake8/black, but I haven't gone through that full transition yet.

Also fixes #63.

@ryanvolz ryanvolz merged commit 8d5ba0a into MITHaystack:master Jan 15, 2025
27 checks passed
@ryanvolz ryanvolz deleted the cibuildwheel branch January 15, 2025 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

datetime.datetime.utcfromtimestamp deprecated
1 participant