Build - use Py3.8
This commit is contained in:
parent
562d0eef69
commit
9ec232936f
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -174,9 +174,14 @@ jobs:
|
|||||||
python-version: [3.8]
|
python-version: [3.8]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- name: Update project version
|
||||||
run: |
|
run: |
|
||||||
git fetch --unshallow
|
|
||||||
python update_version_from_git.py
|
python update_version_from_git.py
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user