Skip to content

Commit dd3dc58

Browse files
author
方佳
committed
Merge branch 'main_1228_merge' into 'main'
fix:update github pypi-ci.yml See merge request webull/openapi-python-sdk!7
2 parents 15f161a + db67248 commit dd3dc58

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/pypi-ci.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
python-version: '3.x'
3131
- name: Install dependencies
3232
run:
33-
python -m pip install --upgrade pip
34-
pip install build
33+
python -m pip install --upgrade pip && pip install build
3534
- name: Build package
3635
run: python -m build webull-python-sdk-core --sdist --wheel --outdir dist/
3736
- name: Publish package
@@ -50,8 +49,7 @@ jobs:
5049
python-version: '3.x'
5150
- name: Install dependencies
5251
run:
53-
python -m pip install --upgrade pip
54-
pip install build
52+
python -m pip install --upgrade pip && pip install build
5553
- name: Build package
5654
run: python -m build webull-python-sdk-quotes-core --sdist --wheel --outdir dist/
5755
- name: Publish package
@@ -70,8 +68,7 @@ jobs:
7068
python-version: '3.x'
7169
- name: Install dependencies
7270
run:
73-
python -m pip install --upgrade pip
74-
pip install build
71+
python -m pip install --upgrade pip && pip install build
7572
- name: Build package
7673
run: python -m build webull-python-sdk-mdata --sdist --wheel --outdir dist/
7774
- name: Publish package
@@ -90,8 +87,7 @@ jobs:
9087
python-version: '3.x'
9188
- name: Install dependencies
9289
run:
93-
python -m pip install --upgrade pip
94-
pip install build
90+
python -m pip install --upgrade pip && pip install build
9591
- name: Build package
9692
run: python -m build webull-python-sdk-trade-events-core --sdist --wheel --outdir dist/
9793
- name: Publish package
@@ -110,8 +106,7 @@ jobs:
110106
python-version: '3.x'
111107
- name: Install dependencies
112108
run:
113-
python -m pip install --upgrade pip
114-
pip install build
109+
python -m pip install --upgrade pip && pip install build
115110
- name: Build package
116111
run: python -m build webull-python-sdk-trade --sdist --wheel --outdir dist/
117112
- name: Publish package

0 commit comments

Comments
 (0)