Skip to content

Commit 331e2c5

Browse files
committed
update publish workflow
1 parent 077e310 commit 331e2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
with:
2121
python-version: '3.7'
2222
- name: Install wheel
23-
run: pip install wheel && pip install -r requirements/framework.txt
24-
- name: Build ModelScope
23+
run: pip install wheel
24+
- name: Build ModelScope Swift
2525
run: python setup.py sdist bdist_wheel
2626
- name: Publish package to PyPI
2727
run: |

0 commit comments

Comments
 (0)