简体   繁体   中英

pypi package tag not same as the latest version

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

The README.rst file for this project release contains:

.. image:: https://badge.fury.io/py/pyflyby.svg
    :target: https://pypi.org/project/pyflyby/

which obviously refers to the most recent stable release of pyflyby on the production instance of PyPI , and not pyflyby3 on the test instance.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM