ojarva / python-sshpubkeys

OpenSSH public key parser for Python
BSD 3-Clause "New" or "Revised" License
101 stars 42 forks source link

Package version on PyPI is behind version on GitHub. #103

Open amanning9 opened 9 months ago

amanning9 commented 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.

jbazik commented 9 months ago

The release tagged v3.2.0 identifies itself as version="3.3.1" in setup.py.

yan12125 commented 8 months ago

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).