Update publish.yaml

This commit is contained in:
Zhongjie Duan
2024-07-29 19:36:28 +08:00
committed by GitHub
parent d9fc30ffd0
commit be84b35bfd

View File

@@ -21,7 +21,7 @@ jobs:
python-version: '3.10'
- name: Install wheel
run: pip install wheel && pip install -r requirements.txt
- name: Build ModelScope
- name: Build DiffSynth
run: python setup.py sdist bdist_wheel
- name: Publish package to PyPI
run: |