Skip to content

Commit 55e5e37

Browse files
authored
Update publish.yaml
1 parent 4a0921a commit 55e5e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: '3.10'
2222
- name: Install wheel
23-
run: pip install wheel && pip install -r requirements.txt
23+
run: pip install wheel==0.44.0 && pip install -r requirements.txt
2424
- name: Build DiffSynth
2525
run: python setup.py sdist bdist_wheel
2626
- name: Publish package to PyPI

0 commit comments

Comments
 (0)