Skip to content

Commit 66f52f3

Browse files
committed
[+] bump Python version to 3.9.1 from 3.8.5
1 parent 018bb3e commit 66f52f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
- name: Checkout code
1515
uses: actions/checkout@v2
16-
- name: Set up Python 3.8
16+
- name: Set up Python 3.9
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: '3.8'
19+
python-version: '3.9'
2020
- name: Build project # This would actually build your project, using zip for an example artifact
2121
run: |
2222
.\make.bat

0 commit comments

Comments
 (0)