-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
A python package on the way? #134
Comments
Hello ! Yes, and help for the GH workflow especially for submitting to PyPI would be amazing! |
I'm currently adding a GH workflow in #140 |
python workflow merged ! |
Hello Jean-Michael, I have tried to import the pyd file generated by the workflow on windows 10 but it is failing:
I suspect it is because the project is compile with --config Debug and I do not have the vc++ debug DLLs, I will try again with the --config flipped to Release to confirm this hypothesis. |
this could definitely be a cause indeed, the MSVC toolchain does not support mixing debug and release DLLs |
Hello Jean-Michaël,
I noticed the recent addition of python bindings to the project. Is your intention to also build python packages in github actions and publish them to pypi.org? I think that would be of great value and would happily look into making a workflow for it if you agree.
The text was updated successfully, but these errors were encountered: