pixi
pixi copied to clipboard
Pypi auth with `pixi auth login`
Problem description
Right now, I've found that to authenticate against a private pypi server (happens to be Artifactory), I've had to follow the netrc instructions at https://pixi.sh/v0.24.2/advanced/authentication/#netrc-file.
For conda on the same artifactory server I was able to use pixi auth login url --username user --password api_key to authenticate.
Is there a reason the same approach can't be used for pypi? it would be easier and more consistent.
Thanks