Skip to content

Release a new version didn't available in pypi webpage and pip cmdline #6990

@ailisp

Description

@ailisp

Describe the bug
I release 0.1.0 version of a package called python-rc yesterday night. And 0.1.1 about 30 minutes ago. However, the 0.1.1 version is only available at https://pypi.org/project/python-rc/0.1.1/ but not https://pypi.org/project/python-rc. If i tried pip3 install "python-rc==0.1.1" I got:

ERROR: Could not find a version that satisfies the requirement python-rc==0.1.1 (from versions: 0.1.0)
ERROR: No matching distribution found for python-rc==0.1.1

I then tried delete 0.1.0 version, because it's broken and 0.1.1 is the first working version. but surprisingly this page still shows 0.1.0:
https://pypi.org/project/python-rc/

but in package managing it's clearly removed:
image

Expected behavior
0.1.1 version should be available after release. If it's cached or updated not in real time, at least need a way to install 0.1.1 version just after it's release.

To Reproduce
Trying release a package of 0.1.0 version. Then release a 0.1.1 version sometime later.

My Platform

Linux bo-ubuntu 5.0.0-32-generic #34-Ubuntu SMP Wed Oct 2 02:06:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Mozilla Firefox 69.0.2
pip: pip 19.3.1 from /home/bo/.local/share/virtualenvs/****/lib/python3.6/site-packages/pip (python 3.6)

Metadata

Metadata

Assignees

No one assigned

    Labels

    CDN/networkIssues related to our CDN, users having problems connecting to PyPI

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions