fix flux compatibility issues

This commit is contained in:
Artiprocher
2026-01-14 20:49:36 +08:00
parent 0c617d5d9e
commit c90aaa2798
4 changed files with 11 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install wheel
run: pip install wheel==0.44.0 && pip install -r requirements.txt
- name: Build DiffSynth
run: python setup.py sdist bdist_wheel
run: python -m build
- name: Publish package to PyPI
run: |
pip install twine