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

PyPI Release Setup for C++ Extension Module #81

Merged
merged 29 commits into from
Jan 16, 2025
Merged

Conversation

BlaiseMuhirwa
Copy link
Owner

@BlaiseMuhirwa BlaiseMuhirwa commented Jan 15, 2025

NOTE: Most of these changes are coming from moving code around to make it nicer to build wheels for the c++ extension module.

Included in this pull request are the following

  • Workflow to automate pushing new releases to pypi for x86-64 (intel, amd, macos) for python version 3.8 to 3.12
  • Directory restructuring (for instance, I moved the top level flatnav to an include directory, which indicates that flatnav contains header files to be included in an existing C++ project without building anything.
  • Improved documentation
  • A script that builds wheels using cibuildwheel

Wheels for linux and macos x86-64 are now uploaded as can be seen here

@BlaiseMuhirwa BlaiseMuhirwa requested a review from vihan29 January 15, 2025 08:51
@BlaiseMuhirwa BlaiseMuhirwa merged commit 207dc6d into main Jan 16, 2025
3 checks passed
@BlaiseMuhirwa BlaiseMuhirwa deleted the pypi-release branch January 16, 2025 02:59
@BlaiseMuhirwa BlaiseMuhirwa restored the pypi-release branch January 16, 2025 14:51
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.

4 participants