Does setuptools
allow for the .pypirc
file to be specified in a custom location rather than $HOME/.pypirc
? I'm setting up a jenkins job to publish to an internal repository, and want the .pypirc
file to be inside the job's workspace.
You might want to check out twine. This tool allows you to specify a custom .pypirc
file via the option --config-file