You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue seems to be related to this bug in pip: pypa/pip#8103 (comment)
While that bug seems to have been fixed, whatever changed made there did not fix the problem with artifacts-keyring
If --extra-index-url is only in the requirements.txt artifacts-keyring won't try to get the credential. But if I include it in the command arguments it works as expected.
The text was updated successfully, but these errors were encountered:
@basnijholt I am not sure if this got fixed as I stopped using --extra-index-url and also stopped putting that inside an requirements.txt file. Are you having this problem as well?
Issue seems to be related to this bug in pip: pypa/pip#8103 (comment)
While that bug seems to have been fixed, whatever changed made there did not fix the problem with
artifacts-keyring
If
--extra-index-url
is only in the requirements.txtartifacts-keyring
won't try to get the credential. But if I include it in the command arguments it works as expected.The text was updated successfully, but these errors were encountered: