ENH: Migrate CI to use cibuildwheel for building wheels#97
Open
iory wants to merge 1 commit intor9y9:masterfrom
Open
ENH: Migrate CI to use cibuildwheel for building wheels#97iory wants to merge 1 commit intor9y9:masterfrom
iory wants to merge 1 commit intor9y9:masterfrom
Conversation
Owner
|
Hi, thank you for your contribution! This is definitely a nice feature! Give me some time to look into your changes, and I guess I'll have some questions/concerns. |
Author
|
Thank you. I’m looking forward to receiving your comments! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.