Hello,
I am looking for a solution to use circleCI for uploading my python app on pypi which comes from a public repository.
To upload on pypi, I have to explicitly give login/pwd (via keyboard or via a file .pypirc
).
I don’t want to share my login/pwd on my repository.
Have you ever meet this kind of problem? Have you some trick to bypass this?
Jean-Baptiste