Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read environment vars #202

Merged
merged 3 commits into from
Aug 3, 2016
Merged

Conversation

sigmavirus24
Copy link
Member

Supersedes #165

jankatins and others added 3 commits August 1, 2016 17:02
To make using twine on CI services easier, get the default
username and password from the environment. You can set
these values via the normal CI service ways. The result is that
you do not need to worry about exposing these values via the
(usually visible) commandline or the need to handle a (encrypted
or generated) pypirc file.
- Add release notes
- Don't import os.path.join as pj
- Use better names for environment variables
As a result, we've moved set_env to a generic "helpers" module in our
test code. Further, we also fixed the tests around the upload parsing.
@sigmavirus24 sigmavirus24 merged commit 26a7c44 into pypa:master Aug 3, 2016
@sigmavirus24 sigmavirus24 deleted the read-environment-vars branch August 3, 2016 10:29
@jankatins
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants