Description
Hi,
Disclaimer: I am new to this and just testing before uploading my package to production PyPI, I clearly messed up as I didn't really understand how this worked.
Yesterday I uploaded a package (aiogovee with version 0.1.0) and some bad info / code. I fixed it locally and tried to re-upload and could not because files where already there, not really understanding how this works deleted the version and then the project. I then got it so I increased the version and uploaded again (0.1.2).
The index is not refreshing, if I search I finally (today) can see the new version in the search results but if I lick on it, it still shows me the old version, if I go to https://test.pypi.org/simple/aiogovee/ it still shows the old files for the old version and if I try to install using pip3 it installs the old version. If It try to force install the new version it gives me this error:
ERROR: Could not find a version that satisfies the requirement aiogovee==0.1.2 (from versions: 0.1.0)
ERROR: No matching distribution found for aiogovee==0.1.2
Is this a matter of just waiting? how long does it take for the index to refresh? I am worried I by not doing things right I messed up something and it will not refresh by itself... I want to make sure this works well before pushing to production...
Thanks!