smihica / pyminizip

To create a password encrypted zip file in python.
Other
106 stars 37 forks source link

Build wheels with GitHub actions #45

Open andrewleech opened 1 year ago

andrewleech commented 1 year ago

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 commented 1 year ago

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