-
-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rye defaults to pypi regardless of configured custom servers. #1288
Comments
when are you first run, you need use: rye publish --repository foobar --repository_url http://localhost:8080/simple/ rye publish doesn't read config.toml, it looks up ~/.rye/credentials based on the parameters you enter. |
I don't think that's it either:
|
sorry |
That doesn't work either, I'm trying to publish to a self-hosted Sonatype Nexus repository, which worked fine with Poetry:
My
The password was stored with Publishing with -- Update: |
Steps to Reproduce
pypiserver/pypiserver
using docker [0].$HOME/.rye/config.toml
as an additional source [1].rye build --clean --wheel
rye publish --repository foobar
[0]
[1]
Expected Result
Rye should push a build to the custom pypi server.
Actual Result
Rye defaults to pypi and asks for an access token.
Version Info
rye 0.37.0
commit: 0.37.0 (09b67c4 2024-07-20)
platform: linux (x86_64)
self-python: [email protected]
symlink support: true
uv enabled: true
Stacktrace
No response
The text was updated successfully, but these errors were encountered: