From c5e00666aa9194ace311f5a6b0864baa6aefe9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20M=C3=BCller?= Date: Wed, 15 Mar 2023 13:52:29 +0100 Subject: [PATCH] pip update --- .github/workflows/release_win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_win.yml b/.github/workflows/release_win.yml index 589040c..c523f2e 100644 --- a/.github/workflows/release_win.yml +++ b/.github/workflows/release_win.yml @@ -20,11 +20,11 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: 3.11 architecture: ${{ matrix.arch }} - name: Install dependencies and pyinstall run: | - python -m pip install pip==23.0.1 setuptools==67.6.0 + pip install -U pip setuptools pip install -r requirements.txt pip install PyInstaller==5.9.0 - name: Build binary