Skip to content

Commit fa0162b

Browse files
committed
use 3.8
1 parent d8e0171 commit fa0162b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Upload Python Package
1+
name: Build and Upload Python Package
22

33
on:
44
push:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: '3.x'
19+
python-version: '3.8'
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python
4646
uses: actions/setup-python@v2
4747
with:
48-
python-version: '3.x'
48+
python-version: '3.8'
4949
- name: Install dependencies
5050
run: |
5151
python -m pip install --upgrade pip
@@ -79,7 +79,7 @@ jobs:
7979
- name: Set up Python
8080
uses: actions/setup-python@v2
8181
with:
82-
python-version: '3.x'
82+
python-version: '3.8'
8383
- name: Install dependencies
8484
run: |
8585
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)