-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Publish wheels to pypi #2
Comments
How do I do this or where is this documented? I can obtain something like |
There are different ways to build wheels, but I guess cibuildwheel is the easiest. See https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions for documentation and https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml for a complete example workflow including upload to pypi (personally, I would publish "on github release"). |
I'm trying to do something like this in #3. |
https://github.com/sagemath/memory_allocator/actions/runs/1337870323 Does the artifact in there look like what we are aiming for? |
Yes, this looks fine! Thanks a lot |
Solved by merging #3. |
In order to make it easier to use memory_allocator, it would be nice if pre-built wheels are published to pypi.
The text was updated successfully, but these errors were encountered: