File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2626 # Backward Compatibility in insured for release less than 1 year old.
2727 # https://pypi.org/project/tensorflow/#history
2828 matrix :
29- - _TF_VERSION=2.0.0-rc1
29+ - _TF_VERSION=2.2.3
30+ # - _TF_VERSION=2.0.0-rc1
3031# - _TF_VERSION=1.12.0 # Remove on Oct 22, 2019
3132# - _TF_VERSION=1.11.0 # Remove on Sep 28, 2019
3233# - _TF_VERSION=1.10.1 # Remove on Aug 24, 2019
@@ -101,7 +102,8 @@ deploy:
101102 on :
102103 tags : true
103104 python : ' 3.6'
104- condition : ' $_TF_VERSION = 2.0.0-rc1'
105+ condition : ' $_TF_VERSION = 2.2.3'
106+ # condition: '$_TF_VERSION = 2.0.0-rc1'
105107# condition: '$_TF_VERSION = 1.11.0'
106108
107109# Documentation: https://docs.travis-ci.com/user/deployment/releases/
@@ -115,5 +117,6 @@ deploy:
115117 on :
116118 tags : true
117119 python : ' 3.6'
118- condition : ' $_TF_VERSION = 2.0.0-rc1'
120+ condition : ' $_TF_VERSION = 2.2.3'
121+ # condition: '$_TF_VERSION = 2.0.0-rc1'
119122# condition: '$_TF_VERSION = 1.11.0'
You can’t perform that action at this time.
0 commit comments