-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add binary wheels to releases uploaded to PyPI #39
Comments
Hello, I started modernizing the dev tools of the lib. I will add a workflow to build wheels and to publish them to PyPI. |
I was able to build wheels for Linux, there were Errors on Windows and macOS: On Windows it seems to be an encoding issue:
→ https://github.com/flozz/pypapi/actions/runs/7194943216/job/19596558002 And on macOS it seems to be an implecite declaration of a function (in papi?):
→ https://github.com/flozz/pypapi/actions/runs/7194943216/job/19596558316 I have no time to fix this, so I will release wheels for Linux only, and Windows / macOS will be added if someone make a PR to fix the builds on those platforms ^^' |
Thank you! |
If you have some free time, using https://cibuildwheel.readthedocs.io/en/stable/ it's not too difficult to build binary wheels for Linux/macOS/Windows. It has support for GitHub Actions. This would make it easier for users to install.
The text was updated successfully, but these errors were encountered: