aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/release
Commit message (Collapse)AuthorAge
* Fix uploading binary wheel.Gravatar Jisi Liu2017-12-22
| | | | | The script now takes two prompt for user name and password. One single input redirection no longer works.
* Prefer system distributed binaries/libraries.Gravatar Jisi Liu2017-08-16
| | | | | | It seems like the image has a /usr/local/bin/autoconf installed, which doesn't recognize/work with the yum installed libtools. Putting distributed binaries/libraries first solves the problem
* Add scripts to build python wheel for linux. (#2693)Gravatar Paul Yang2017-06-28
* Add scripts to build python wheel for linux. Followed PEP513. * Fix dist check for new added files. * Update README for usage example.