<#17483 Twine env vars not exposed properly> New i...
# github-notifications
q
#17483 Twine env vars not exposed properly New issue created by kaos Describe the bug Using the
TWINE_
env vars without a repository suffix does not work without explicitly adding them to the subprocess env using a configuration like:
Copy code
[subprocess-environment]
env_vars.add = ["TWINE_PASSWORD", "TWINE_USERNAME"]
Pants version
main
OS Any. Additional info As reported by @Kludex on Slack: https://pantsbuild.slack.com/archives/C0D7TNJHL/p1667741059650449 pantsbuild/pants
u