Skip to content

ENH: Migrate CI to use cibuildwheel for building wheels #97

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

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

Conversation

iory
Copy link

@iory iory commented Mar 20, 2025

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.

@r9y9
Copy link
Owner

r9y9 commented Mar 21, 2025

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.

@iory
Copy link
Author

iory commented Mar 22, 2025

Thank you. I’m looking forward to receiving your comments!

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.

2 participants