From 8e7c843bd6056c1aa253ebd6a4a4061d75e288b1 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Sat, 11 Jan 2020 21:19:24 -0500 Subject: [PATCH] Update release workflow to use Python 3 --- .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 b6bb50e..a76406e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Set up Python ${{ matrix.python-version }} + - name: Set up Python uses: actions/setup-python@v1 with: - python-version: ${{ matrix.python-version }} + python-version: '3.x' - name: Install Ubuntu Dependencies run: > sudo apt-get update -q && sudo apt-get install