From 873f38ca7aa0ac037e38f3345af46d73afee0c52 Mon Sep 17 00:00:00 2001 From: ego-lay-atman-bay <70973578+ego-lay-atman-bay@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:13:13 -0600 Subject: [PATCH] use python 3.12 --- .github/workflows/pyinstaller-build-mac.yml | 6 +++--- .github/workflows/pyinstaller-build-ubuntu.yml | 6 +++--- .github/workflows/pyinstaller-build-windows.yml | 6 +++--- .github/workflows/pyinstaller-build.yml | 12 ++++++------ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pyinstaller-build-mac.yml b/.github/workflows/pyinstaller-build-mac.yml index 79e3f83..17504e5 100644 --- a/.github/workflows/pyinstaller-build-mac.yml +++ b/.github/workflows/pyinstaller-build-mac.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.12 - name: Git checkout uses: actions/checkout@v4 @@ -46,5 +46,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: "wme-mac-2.2.0 - ${{github.run_number}}" + name: "wme-mac-2.3.3 - ${{github.run_number}}" path: wme-MacOS diff --git a/.github/workflows/pyinstaller-build-ubuntu.yml b/.github/workflows/pyinstaller-build-ubuntu.yml index b3c9725..27bdb78 100644 --- a/.github/workflows/pyinstaller-build-ubuntu.yml +++ b/.github/workflows/pyinstaller-build-ubuntu.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.12 - name: Git checkout uses: actions/checkout@v4 @@ -47,5 +47,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: "wme-ubuntu-2.2.0 - ${{github.run_number}}" + name: "wme-ubuntu-2.3.3 - ${{github.run_number}}" path: wme-Ubuntu diff --git a/.github/workflows/pyinstaller-build-windows.yml b/.github/workflows/pyinstaller-build-windows.yml index 78f7b4e..70302c6 100644 --- a/.github/workflows/pyinstaller-build-windows.yml +++ b/.github/workflows/pyinstaller-build-windows.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.12 - name: Git checkout uses: actions/checkout@v4 @@ -46,5 +46,5 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: "wme-windows-2.2.0 - ${{github.run_number}}" + name: "wme-windows-2.3.3 - ${{github.run_number}}" path: ./wme-Windows diff --git a/.github/workflows/pyinstaller-build.yml b/.github/workflows/pyinstaller-build.yml index e0634b8..55a6b1d 100644 --- a/.github/workflows/pyinstaller-build.yml +++ b/.github/workflows/pyinstaller-build.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.12 - name: Git checkout uses: actions/checkout@v4 @@ -60,10 +60,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.12 - name: Git checkout uses: actions/checkout@v4 @@ -108,10 +108,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.12 - name: Git checkout uses: actions/checkout@v4