Vinod Kumar
Vinod Kumar

Reputation: 13

Is it possible to upload python package on PyPI using OpenID?

I can see that we can create account on PyPI using OpenID as well. Can we also upload python packages to PyPI server using OpenID? Something like generic upload procedure by creating .pypirc file and using PyPI username and password.

Upvotes: 1

Views: 121

Answers (1)

phd
phd

Reputation: 94963

I don't think it's possible. Setup username and password at PyPI and use them in your .pypirc.

Upvotes: 1

Related Questions