AWS Codeartifacts #840
Unanswered
sharabhshukla
asked this question in
Q&A
Replies: 2 comments
-
You can config custom sources: https://rye-up.com/guide/sources/
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Not sure if this helps, but I described a working, if somewhat hacky, solution to get something like this working with GCP's Artifact Registry here: #958 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am building a python package. I would not want to upload or publish to pypi. Instead I want to publish it to AWS code articats, basically it's a private pypi server.
I uploaded the package, using publish command and giving it the url, using rye publish.
But how do I install it. when I use, rye add --url .... it does not work the authentication fails. I can use it if I use pip install with updated sources it works.
Beta Was this translation helpful? Give feedback.
All reactions