We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't find my package erichek, if I use search form for https://test.pypi.org site. If I use search form for https://testpypi.python.org, I successful find my package.
erichek
Yesterday I print in local folder of my package erichek:
python setup.py bdist_wheel && twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Erichek upload to TestPyPI.
Also, I remove my canelocanelo package from TestPyPI, use https://test.pypi.org interface.
canelocanelo
I search erichek for https://testpypi.python.org and https://test.pypi.org search forms.
Result for https://testpypi.python.org:
Good.
Result:
Existing package erichek site doesn't show, but show deleted package canelocanelo.
For me locally:
Thanks.
The text was updated successfully, but these errors were encountered:
@Kristinita The search indexes are not immediately updated, it may take ~24 hours for a new package or deleted package to appear in a search. Your search query now returns the erichek package and not the canelocanelo package.
Since we already have #701 to add more incremental indexing, I'm going to close this, but thanks for taking the time to make a really detailed report!
Sorry, something went wrong.
No branches or pull requests
1. Summary
I can't find my package
erichek
, if I use search form for https://test.pypi.org site. If I use search form for https://testpypi.python.org, I successful find my package.2. Steps to reproduce
Yesterday I print in local folder of my package
erichek
:Erichek upload to TestPyPI.
Also, I remove my
canelocanelo
package from TestPyPI, use https://test.pypi.org interface.I search erichek for https://testpypi.python.org and https://test.pypi.org search forms.
3. Expected behavior
Result for https://testpypi.python.org:
Good.
4. test.pypi.org behavior
Result:
Existing package
erichek
site doesn't show, but show deleted packagecanelocanelo
.5. Environment
For me locally:
Thanks.
The text was updated successfully, but these errors were encountered: