Package version on PyPI is behind version on GitHub.
Noticed today that I was not using the latest version of this module, and upon investigation it seems that this is because the last version in PyPI is 3.3.1.
Looks like the CI failed to push version 3.2.0 to PyPI due to an authentication problem ( https://github.com/ojarva/python-sshpubkeys/actions/runs/6868575502/job/18679462685 )- I think it just needs the credential to be updated.
The release tagged v3.2.0 identifies itself as version="3.3.1" in setup.py.
The latest tag v3.2.0 seems wrong. It's older than the previous tag 3.3.1. There is also another tag 3.2.0 (without "v" prefix).
Is there any way to get it published to pypi? I still don't see it in the release history : https://pypi.org/project/sshpubkeys/#history Should we bump the minor version in setup.py?