python-nostr icon indicating copy to clipboard operation
python-nostr copied to clipboard

[Question] PyPi outdated?

Open ghost opened this issue 3 years ago • 1 comments

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?

ghost avatar Feb 11 '23 22:02 ghost

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 👍

R3DRUN3 avatar Feb 17 '23 10:02 R3DRUN3