File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
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.2.3
30- # - _TF_VERSION=2.0.0-rc1
29+ - _TF_VERSION=2.0.0-rc1
3130# - _TF_VERSION=1.12.0 # Remove on Oct 22, 2019
3231# - _TF_VERSION=1.11.0 # Remove on Sep 28, 2019
3332# - _TF_VERSION=1.10.1 # Remove on Aug 24, 2019
@@ -102,8 +101,7 @@ deploy:
102101 on :
103102 tags : true
104103 python : ' 3.6'
105- condition : ' $_TF_VERSION = 2.2.3'
106- # condition: '$_TF_VERSION = 2.0.0-rc1'
104+ condition : ' $_TF_VERSION = 2.0.0-rc1'
107105# condition: '$_TF_VERSION = 1.11.0'
108106
109107# Documentation: https://docs.travis-ci.com/user/deployment/releases/
@@ -117,6 +115,5 @@ deploy:
117115 on :
118116 tags : true
119117 python : ' 3.6'
120- condition : ' $_TF_VERSION = 2.2.3'
121- # condition: '$_TF_VERSION = 2.0.0-rc1'
118+ condition : ' $_TF_VERSION = 2.0.0-rc1'
122119# condition: '$_TF_VERSION = 1.11.0'
You can’t perform that action at this time.
0 commit comments