Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Artiprocher authored Jul 29, 2024
1 parent d9fc30f commit be84b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit be84b35

Please sign in to comment.