-
-
Notifications
You must be signed in to change notification settings - Fork 252
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 publish wheels on GitHub Actions #26
Conversation
It has weird errors when importing ``` thread '<unnamed>' panicked at 'assertion failed: `(left != right)` left: `0`, right: `0`', C:\Users\runneradmin\.cargo\git\checkouts\pyo3-a22e69bc62b9f0fd\13cd092\src\gil.rs:83:13 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\hostedtoolcache\windows\Python\3.6.8\x64\lib\site-packages\robyn\__init__.py", line 1, in <module> from .robyn import Server pyo3_runtime.PanicException: assertion failed: `(left != right)` left: `0`, right: `0` ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@messense , this looks amazing! 😄
I will create a stable branch off my main. Can you add a condition such that it only triggers when pushed on stable
?
Sure. |
@davidhewitt There is a weird GIL related error on Python 3.6, I'm not sure why, it works on Python 3.7 and later. Maybe related to the use of |
|
Hey @messense , You can also join our gitter community if you are interested. |
Possibly. There was a lot of changes to python initialization in Python 3.7. We also changed the code a lot for PyO3 0.14, so if it works for "future" versions then I'm not too worried. |
You need to setup the
PYPI_PASSWORD
secret, use a api token is recommended.