We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077e310 commit 331e2c5Copy full SHA for 331e2c5
.github/workflows/publish.yaml
@@ -20,8 +20,8 @@ jobs:
20
with:
21
python-version: '3.7'
22
- name: Install wheel
23
- run: pip install wheel && pip install -r requirements/framework.txt
24
- - name: Build ModelScope
+ run: pip install wheel
+ - name: Build ModelScope Swift
25
run: python setup.py sdist bdist_wheel
26
- name: Publish package to PyPI
27
run: |
0 commit comments