AWS の指示に従って、Linux で codeartifact を認証できます。
aws codeartifact login --tooltwine --repository pypi-mystore --domain mydomain --dom ain-owner xxxxxxxxxxx
しかし、いくつかのパッケージを pip インストールしようとすると、次のエラーが発生します: 404 クライアント エラー: URL が見つかりません: https://pypi.org/simple/mypackage/
私のプライベートレポではなくpypiを指しているようです
任意の提案をいただければ幸いです