python-nostr
python-nostr copied to clipboard
[Question] PyPi outdated?
It seems like the version on PyPy (the one you install with pip install) is pretty outdated. It misses a lot of code that exists on the github repo but not the pypi version.
May i ask when the next update to pypi is being pushed?
Tip: This annoying (and dangerous) discrepancy could be eliminated by introducing a github action to automatically build the pip package, based on pre-set parameters. See for example: https://github.com/marketplace/actions/pypi-publish I am working on this, I will add a PR soon 👍