Skip to content

Commit be84b35

Browse files
authored
Update publish.yaml
1 parent d9fc30f commit be84b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: '3.10'
2222
- name: Install wheel
2323
run: pip install wheel && pip install -r requirements.txt
24-
- name: Build ModelScope
24+
- name: Build DiffSynth
2525
run: python setup.py sdist bdist_wheel
2626
- name: Publish package to PyPI
2727
run: |

0 commit comments

Comments
 (0)