You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the installation of pylzss can be a bit tricky if you don't have the necessary tools to build it. I suggest we add binary distribution files upon each release from github.
I you want, I can create a PR that adds this github workflow for you. You'll just have to update in your settings your pypi username and password.
If doing wheels, may I recommend they include a copy of the .c and .h files so that they are self-compliant with the LGPL license and don't require distributors to have to provide the source separately.
Hi!
Currently the installation of
pylzss
can be a bit tricky if you don't have the necessary tools to build it. I suggest we add binary distribution files upon each release from github.I you want, I can create a PR that adds this github workflow for you. You'll just have to update in your settings your pypi username and password.
You can view the following for example:
https://github.com/doronz88/pymobiledevice3/blob/master/.github/workflows/python-publish.yml
The text was updated successfully, but these errors were encountered: