I have created a package feed in Azure DevOps. Everything was working until pip version 22.0 was released.
Now when I try to install package from this feed using pip==22.0
File "c:\git_aures_aps\projects\venvs\aures_tools_test_p\lib\site-packages\pip\_internal\index\collector.py", line 427, in _raise_error
"HTML doctype missing or incorrect. Expected <!DOCTYPE html>.\n\n"
ValueError: HTML doctype missing or incorrect. Expected <!DOCTYPE html>.
When I have checked https://pkgs.dev.azure.com/.../_packaging/.../pypi/simple/my-package/ I have found that the website doesn't start with <!DOCTYPE HTML>
How can I edit / recreate, pypi/simple/my-package repository with <!DOCTYPE HTML> tag?
