-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
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:

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)