File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
releaseType : python
2
2
handleGHRelease : true
3
+ # NOTE: this section is generated by synthtool.languages.python
4
+ # See https://github.com/googleapis/synthtool/blob/master/synthtool/languages/python.py
5
+ branches :
6
+ - branch : v0
7
+ handleGHRelease : true
8
+ releaseType : python
Original file line number Diff line number Diff line change 92
92
system_test_extras = ["testing" ],
93
93
microgenerator = True ,
94
94
)
95
- python .py_samples (skip_readmes = True )
96
95
s .move (
97
96
templated_files ,
98
97
excludes = [
104
103
],
105
104
) # the microgenerator has a good coveragerc file
106
105
106
+ python .py_samples (skip_readmes = True )
107
+
108
+ python .configure_previous_major_version_branches ()
109
+
107
110
# Update samples config to use `ucaip-sample-tests` project
108
111
s .replace (
109
112
".kokoro/samples/python3.*/common.cfg" ,
You can’t perform that action at this time.
0 commit comments