Build - use Py3.8

This commit is contained in:
Bert Blommers 2021-03-03 09:57:08 +00:00 committed by GitHub
parent 562d0eef69
commit 9ec232936f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,9 +174,14 @@ jobs:
python-version: [3.8]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Update project version
run: |
git fetch --unshallow
python update_version_from_git.py
- name: Build project
run: |