Update publish.yaml

This commit is contained in:
Zhongjie Duan
2025-04-09 15:37:46 +08:00
committed by GitHub
parent 4a0921ada1
commit 55e5e373dd

View File

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