Skip to content

Commit

Permalink
GitHub Action - fix Python version = 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjandevries committed Nov 6, 2020
1 parent a462b95 commit 594b91d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
push:
tags:
- '*'
branches:
- develop

jobs:
deploy:
Expand All @@ -20,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 594b91d

Please sign in to comment.