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

Package version on PyPI is behind version on GitHub.

Open amanning9 opened this issue 2 years ago • 3 comments

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.

amanning9 avatar Jan 23 '24 10:01 amanning9

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

jbazik avatar Jan 25 '24 15:01 jbazik

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

yan12125 avatar Feb 16 '24 13:02 yan12125

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?

abhakash avatar Jan 08 '25 16:01 abhakash