From b074d26df54dd9ef10e06ab7da06166810ec0b46 Mon Sep 17 00:00:00 2001 From: Saptak S Date: Fri, 21 Apr 2023 01:25:08 +0530 Subject: Update python version to 3.10.11 --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1dba318..7caadfda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: run: python --version - name: Install poetry - run: C:\hostedtoolcache\windows\Python\3.10.9\x64\python -m pip install poetry + run: C:\hostedtoolcache\windows\Python\3.10.11\x64\python -m pip install poetry - name: Restore cache - poetry uses: actions/cache@v3 @@ -37,8 +37,8 @@ jobs: - name: Install poetry dependencies run: | cd desktop - C:\hostedtoolcache\windows\Python\3.10.9\x64\Scripts\poetry install - C:\hostedtoolcache\windows\Python\3.10.9\x64\Scripts\poetry env list --full-path + C:\hostedtoolcache\windows\Python\3.10.11\x64\Scripts\poetry install + C:\hostedtoolcache\windows\Python\3.10.11\x64\Scripts\poetry env list --full-path - name: Restore cache - tor uses: actions/cache@v3 @@ -47,7 +47,7 @@ jobs: key: ${{ runner.os }}-win64-tor-${{ hashFiles('desktop/scripts/get-tor.py') }} - name: Get tor binaries from Tor Browser (64-bit) - run: cd desktop && C:\hostedtoolcache\windows\Python\3.10.9\x64\Scripts\poetry run python .\scripts\get-tor.py win64 + run: cd desktop && C:\hostedtoolcache\windows\Python\3.10.11\x64\Scripts\poetry run python .\scripts\get-tor.py win64 - name: Restore cache - obfs4proxy uses: actions/cache@v3 @@ -100,8 +100,8 @@ jobs: - name: Build OnionShare run: | cd desktop - C:\hostedtoolcache\windows\Python\3.10.9\x64\Scripts\poetry run python .\setup-freeze.py build - C:\hostedtoolcache\windows\Python\3.10.9\x64\Scripts\poetry run python .\scripts\build-windows.py cleanup-build + C:\hostedtoolcache\windows\Python\3.10.11\x64\Scripts\poetry run python .\setup-freeze.py build + C:\hostedtoolcache\windows\Python\3.10.11\x64\Scripts\poetry run python .\scripts\build-windows.py cleanup-build - name: Compress shell: pwsh -- cgit v1.2.3-54-g00ecf