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 d9fc30f commit be84b35Copy full SHA for be84b35
.github/workflows/publish.yaml
@@ -21,7 +21,7 @@ jobs:
21
python-version: '3.10'
22
- name: Install wheel
23
run: pip install wheel && pip install -r requirements.txt
24
- - name: Build ModelScope
+ - name: Build DiffSynth
25
run: python setup.py sdist bdist_wheel
26
- name: Publish package to PyPI
27
run: |
0 commit comments