Update release workflow to use Python 3

This commit is contained in:
Dan Yeaw 2020-01-11 21:19:24 -05:00
parent abbd2abee5
commit 8e7c843bd6
No known key found for this signature in database
GPG Key ID: 77A923EF537B61A4

View File

@ -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