aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/copy_binary.py
Commit message (Collapse)AuthorAge
* Fixing copy_binary script. (#19865)Gravatar Amit Patankar2018-06-09
| | | | | | | | * Allowing for copy_binary to have the minor version to have double digits. * Fix the linting error. * Remove one space for pylint.
* Fix zipfile path for MacOS builds.Gravatar Michael Case2018-03-21
| | | | | | | For some reason, the zipfile module on Macs appears to work differently and complains about the whl file we are trying to extract not being found. PiperOrigin-RevId: 189928007
* Fix sed invocation in copy_binary.py script for Mac.Gravatar Michael Case2018-03-16
| | | | | | | Script was explicitly calling /bin/sed which was not being found on MacOS Kokoro builds. Removing calling "sed" in script. PiperOrigin-RevId: 189357296
* Internal Change.Gravatar Michael Case2018-03-09
| | | | PiperOrigin-RevId: 188540659
* Adding a copy binary script to GitHub to change python versions for whl files.Gravatar Amit Patankar2017-09-19
| | | | PiperOrigin-RevId: 169264602
* Fix build errors caused by #12502Gravatar A. Unique TensorFlower2017-09-19
| | | | PiperOrigin-RevId: 169264011
* Adding a copy binary script to GitHub to change python versions for whl files.Gravatar Amit Patankar2017-09-19
PiperOrigin-RevId: 169264602