aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/release.sh
Commit message (Collapse)AuthorAge
* Disable pip cache when testing uploaded packagesGravatar Jisi Liu2017-12-22
| | | | | | | Otherwise, pip complains "cannot find a version satisfies the requirement." I suspect it was due to caching issues. I usued to manually add a `sleep 30` between the upload and the installation test which is quite unstable.
* Fix file permission for python package.Gravatar Feng Xiao2017-12-15
| | | | `umask 0022` makes sure the created package will be accessible by all users.
* clean upGravatar Jisi Liu2017-08-16
|
* Update testpypi addresses.Gravatar Jisi Liu2017-08-16
| | | | The old one is deprecated and no longer working.
* Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18