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

Build wheels with GitHub actions #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewleech
Copy link
Contributor

GitHub actions now makes it easy to auto-build binary wheels!

I've used the fantastic tool & example from here quite successfully for this MR: https://github.com/pypa/cibuildwheel

This can also be extended to auto-upload releases (got tag) to PyPI, see docs & example:

Here's one of the build jobs from my fork: https://github.com/andrewleech/pyminizip/actions/runs/3391731405/jobs/5637174110

And all the built wheels can be downloaded in the artifact zip link at the bottom of: https://github.com/andrewleech/pyminizip/actions/runs/3391731405

@andrewleech
Copy link
Contributor Author

Oh wow, whoops, didn't look to see there was already a MR for this :-) #45

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.

1 participant