Robert

Results 30 comments of Robert

Maybe you already solved the issue, but I had similar issues. I tried installing and removing in a number of different ways and never got it working. I plugged in...

> That did it for me too. It was weird, because I already had gotten this to work, but I needed to reinstall both of those to get it to...

@brunorpinho See the [documentation](https://rye-up.com/guide/config/#py) about the configuration: ```toml # When set to `true` enables experimental support of uv as a replacement # for pip-tools. Learn more about uv here: https://github.com/astral-sh/uv...

I also bumped into this problem. I haven't looked into the code at all, but isn't is possible to somehow specify which services to include in the status? I.e. no...

Just found this crate from Charlie Marsh, it is probably what is needed to parse the .pypirc. I tried a little bit with expecting it to be a .toml and...

@camilo-s just FYI, it is possible to supply them via command line in the current version or Rye. It should be possible to either get this information from Azure or...

FYI: This solution works for me when I try to publish to a private repo: ```bash ~/Code/rye/target/debug/rye publish --repository rye-development-repo --repository-url https://europe-west4-python.pkg.dev/personal-projects-393014/rye-development-repo/ --username _json_key_base64 --token dist/* -y ``` So instead...

@cnpryer Of course. It still doesn't work as originally expected, i.e. if I only provide a repository name it will pass only the repository name to twine. It still does...

It is quite complicated already. That was the reason why I raised the idea in Discord of trying to isolate the use-cases in the beginning of the function instead of...

No worries, doing some testing like this is a great opportunity for me to learn more Rust, which is something I like to do! During all these tests I used...