I uploaded a package to test.pypi.org with the version 1.6.2
and put the git tag 1.6.2 on the latest commit.
However, the image under Project description is showing 1.6.1
- which is another git annotated tag in the master branch.
Could someone help me understand why the version under Project description was not updated?
I am using twine
to upload to pypi. Steps:
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/pyflyby3-1.6.2.tar.gz