Skip to content

Commit

Permalink
[CI] Bump Pyinstaller version for Windows packaging
Browse files Browse the repository at this point in the history
Pyinstaller was pinned due to problems with v5 but these should now be
resolved with latest version.

Bump Twisted to latest minor version

Closes: #435
  • Loading branch information
cas-- committed Sep 18, 2023
1 parent 6c9b058 commit e24081a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e24081a

Please sign in to comment.