From 5640dae93cd8bdb745b2bed3809653306242361b Mon Sep 17 00:00:00 2001 From: Soxoj Date: Sun, 15 Oct 2023 21:37:52 +0200 Subject: [PATCH 1/2] Specified pyinstaller version --- pyinstaller/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller/requirements.txt b/pyinstaller/requirements.txt index fbb4db13..f642864a 100644 --- a/pyinstaller/requirements.txt +++ b/pyinstaller/requirements.txt @@ -1,5 +1,5 @@ maigret @ https://github.com/soxoj/maigret/archive/refs/heads/main.zip pefile==2022.5.30 psutil==5.9.5 -pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/develop.zip +pyinstaller==6.1 pywin32-ctypes==0.2.1 \ No newline at end of file From 6cc0cac7d19e8dbfdfdc14406cfafe38512b3f67 Mon Sep 17 00:00:00 2001 From: Soxoj Date: Sun, 15 Oct 2023 21:42:36 +0200 Subject: [PATCH 2/2] Switch to new branch of pyinstaller GH action --- .github/workflows/pyinstaller.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 64463efc..75d69951 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -12,9 +12,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: PyInstaller Windows - uses: JackMcKew/pyinstaller-action-windows@main + uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3 with: - path: pyinstaller + path: src - uses: actions/upload-artifact@v2 with: