ENH: Migrate CI to use cibuildwheel for building wheels #97
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
PyOpenJTalk is a wonderful library, and I have been using it for small robots and IoT modules.
This PR introduces a GitHub Action to build and release wheels to the PyPI repository. By providing pre-built wheel files, users can install PyOpenJTalk without needing to build it, making it more accessible for low-performance PCs.
For building wheels, I have used cibuildwheel, a library designed for this purpose:
https://github.com/pypa/cibuildwheel
If you have any comments or suggestions for modifications, I would be happy to address them. I hope this functionality can be merged into the repository so that wheel releases can be included in future updates.