File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 30
30
python-version : ' 3.x'
31
31
- name : Install dependencies
32
32
run :
33
- python -m pip install --upgrade pip
34
- pip install build
33
+ python -m pip install --upgrade pip && pip install build
35
34
- name : Build package
36
35
run : python -m build webull-python-sdk-core --sdist --wheel --outdir dist/
37
36
- name : Publish package
50
49
python-version : ' 3.x'
51
50
- name : Install dependencies
52
51
run :
53
- python -m pip install --upgrade pip
54
- pip install build
52
+ python -m pip install --upgrade pip && pip install build
55
53
- name : Build package
56
54
run : python -m build webull-python-sdk-quotes-core --sdist --wheel --outdir dist/
57
55
- name : Publish package
70
68
python-version : ' 3.x'
71
69
- name : Install dependencies
72
70
run :
73
- python -m pip install --upgrade pip
74
- pip install build
71
+ python -m pip install --upgrade pip && pip install build
75
72
- name : Build package
76
73
run : python -m build webull-python-sdk-mdata --sdist --wheel --outdir dist/
77
74
- name : Publish package
90
87
python-version : ' 3.x'
91
88
- name : Install dependencies
92
89
run :
93
- python -m pip install --upgrade pip
94
- pip install build
90
+ python -m pip install --upgrade pip && pip install build
95
91
- name : Build package
96
92
run : python -m build webull-python-sdk-trade-events-core --sdist --wheel --outdir dist/
97
93
- name : Publish package
@@ -110,8 +106,7 @@ jobs:
110
106
python-version : ' 3.x'
111
107
- name : Install dependencies
112
108
run :
113
- python -m pip install --upgrade pip
114
- pip install build
109
+ python -m pip install --upgrade pip && pip install build
115
110
- name : Build package
116
111
run : python -m build webull-python-sdk-trade --sdist --wheel --outdir dist/
117
112
- name : Publish package
You can’t perform that action at this time.
0 commit comments