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 4a0921a commit 55e5e37Copy full SHA for 55e5e37
.github/workflows/publish.yaml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
python-version: '3.10'
22
- name: Install wheel
23
- run: pip install wheel && pip install -r requirements.txt
+ run: pip install wheel==0.44.0 && pip install -r requirements.txt
24
- name: Build DiffSynth
25
run: python setup.py sdist bdist_wheel
26
- name: Publish package to PyPI
0 commit comments