-
Notifications
You must be signed in to change notification settings - Fork 172
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
Build and upload Linux wheels on tag #619
base: master
Are you sure you want to change the base?
Conversation
There is only `setup.py.in` template pypa/cibuildwheel#1139
Replacing `apt` with `dnf` and use latest `cibuildwheel`
Because custom Python can not see system installed modules
This reverts commit 8011ddf.
by pointing to the "libopendht.so.2" library location
[skip ci]
@abitrolly I'm interested to setup PIP automatic upload. Does this patch work ? Can we use it ? |
@aberaud feel free to use it. Commits are pretty well documented to learn from. The rabbit hole was too deep 1.5 years ago, and things may have been improved since then. I triggered the build here - https://github.com/abitrolly/opendht/actions/runs/7172443546/job/19529598314 - not sure how long it will take. Most likely it will fail. |
Closes #500.