mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
[CI] Bump Pyinstaller version for Windows packaging
Pyinstaller was pinned due to problems with v5 but these should now be resolved with latest version. Bump Twisted to latest minor version Closes: https://github.com/deluge-torrent/deluge/pull/435
This commit is contained in:
parent
6c9b058d81
commit
e24081a17e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -67,9 +67,9 @@ jobs:
|
||||||
run: >
|
run: >
|
||||||
python -m pip install
|
python -m pip install
|
||||||
--only-binary=pillow
|
--only-binary=pillow
|
||||||
twisted[tls]==22.4.0
|
twisted[tls]==22.8.0
|
||||||
libtorrent==${{ matrix.libtorrent }}
|
libtorrent==${{ matrix.libtorrent }}
|
||||||
pyinstaller==4.10
|
pyinstaller
|
||||||
pygame
|
pygame
|
||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue