Pip Index URL to AWS Code Artifacte #1544
Closed
krunalvaghani
started this conversation in
General
Replies: 1 comment 3 replies
-
Have you set those environment variables in your shell config or in your current session? There is an open feature request for supporting |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I am working on a project where I have python packages in AWS Code Artifacte. Now I want to use the pip index url like, in pyproject.toml file,
Error on above setup,
AWS_CODEARTIFACT_TOKEN can be generated by command on terminal,
aws codeartifact login --tool pip --repository $CODEARTIFACT_REPOSITORY --domain $CODEARTIFACT_DOMAIN --domain-owner $CODEARTIFACT_DOMAIN_OWNER --region $AWS_REGION
I have tried to include environment file as follows,
Any idea or suggestion how can I use hatch where it will dynamically load the Token in pip index url.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions