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

Migrate to cibuildwheel and distribute wheels directly #1

Open
harshil21 opened this issue Jan 4, 2025 · 0 comments
Open

Migrate to cibuildwheel and distribute wheels directly #1

harshil21 opened this issue Jan 4, 2025 · 0 comments

Comments

@harshil21
Copy link
Owner

Using cibuildwheel to build the wheels for every platform and architecture should be possible. This eliminates the need to "download" the c++ binaries and we can even eliminate the build hook altogether.

Just need to figure out how pip actually selects the wheels for each platform. I believe its dependent on the tag of the wheel, but I would have to test that.

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

No branches or pull requests

1 participant