aboutsummaryrefslogtreecommitdiff
path: root/python/release
Commit message (Collapse)AuthorAgeFilesLines
* Fix uploading binary wheel.Jisi Liu2017-12-221-6/+3
| | | | | The script now takes two prompt for user name and password. One single input redirection no longer works.
* Prefer system distributed binaries/libraries.Jisi Liu2017-08-161-0/+3
| | | | | | 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)Paul Yang2017-06-284-0/+116
* Add scripts to build python wheel for linux. Followed PEP513. * Fix dist check for new added files. * Update README for usage example.