Following the AWS instructions, I can authenticate codeartifact on Linux via
aws codeartifact login --tool twine --repository pypi-mystore --domain mydomain --dom ain-owner xxxxxxxxxxx
But when trying to pip install some packages I get the following error: 404 Client Error: Not Found for url: https://pypi.org/simple/mypackage/
It looks like its pointing to pypi instead of my private repo
Any suggestions would be appreciated