diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2023-09-18 14:25:03 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2023-09-18 20:56:31 +0200 |
commit | e24081a17e8cd24ece938f0e502ddc5f015de972 (patch) | |
tree | 5f6638da883077911fdf38145a75e0136f8b7328 | |
parent | [CI/CD] Fix Pillow packaging build errors (diff) | |
download | deluge-e24081a17e8cd24ece938f0e502ddc5f015de972.tar.xz deluge-e24081a17e8cd24ece938f0e502ddc5f015de972.zip |
[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
-rw-r--r-- | .github/workflows/cd.yml | 4 |
1 files 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 |