From e24081a17e8cd24ece938f0e502ddc5f015de972 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Mon, 18 Sep 2023 13:25:03 +0100 Subject: [PATCH] [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 --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 80335bb42..8a9973317 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -67,9 +67,9 @@ jobs: run: > python -m pip install --only-binary=pillow - twisted[tls]==22.4.0 + twisted[tls]==22.8.0 libtorrent==${{ matrix.libtorrent }} - pyinstaller==4.10 + pyinstaller pygame -r requirements.txt