From b5092bb570996bd08e8166f7ea10ff923ad64ca0 Mon Sep 17 00:00:00 2001 From: beardypig Date: Sat, 15 May 2021 22:24:08 +0200 Subject: [PATCH] updated release workflow to use py3.7.9 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 179e19f..670dd6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,14 +58,14 @@ jobs: if: steps.versions.outputs.streamlink_tag != steps.versions.outputs.streamlink_portable_tag run: bash ./scripts/makeportable.sh env: - STREAMLINK_PYTHON_VERSION: 3.6.5 + STREAMLINK_PYTHON_VERSION: 3.7.9 STREAMLINK_PYTHON_ARCH: win32 - name: Build amd64 package if: steps.versions.outputs.streamlink_tag != steps.versions.outputs.streamlink_portable_tag run: bash ./scripts/makeportable.sh env: - STREAMLINK_PYTHON_VERSION: 3.6.5 + STREAMLINK_PYTHON_VERSION: 3.7.9 STREAMLINK_PYTHON_ARCH: amd64 - name: Create release ${{ steps.versions.outputs.streamlink_tag }}