Add checks to the release target for confirmation. Also run tests before building a release. Refresh docs.
diff --git a/docs/oauth2client.client.html b/docs/oauth2client.client.html
index e840140..daefaab 100644
--- a/docs/oauth2client.client.html
+++ b/docs/oauth2client.client.html
@@ -115,7 +115,7 @@
 <a href="#Credentials">Credentials</a>&nbsp;objects&nbsp;are&nbsp;usually&nbsp;instantiated&nbsp;by&nbsp;a&nbsp;<a href="#Flow">Flow</a>.<br>
 &nbsp;<br>
 Args:<br>
-&nbsp;&nbsp;token_uri:&nbsp;string,&nbsp;URI&nbsp;of&nbsp;token&nbsp;endpoint.<br>
+&nbsp;&nbsp;access_token:&nbsp;string,&nbsp;access&nbsp;token.<br>
 &nbsp;&nbsp;user_agent:&nbsp;string,&nbsp;The&nbsp;HTTP&nbsp;User-Agent&nbsp;to&nbsp;provide&nbsp;for&nbsp;this&nbsp;application.<br>
 &nbsp;<br>
 Notes:<br>