Open amanning9 opened 9 months ago
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).
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.