Skip to content

Commit

Permalink
updated release workflow to use py3.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
beardypig committed May 15, 2021
1 parent 612b929 commit b5092bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b5092bb

Please sign in to comment.