We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018bb3e commit 66f52f3Copy full SHA for 66f52f3
.github/workflows/release.yml
@@ -13,10 +13,10 @@ jobs:
13
14
- name: Checkout code
15
uses: actions/checkout@v2
16
- - name: Set up Python 3.8
+ - name: Set up Python 3.9
17
uses: actions/setup-python@v2
18
with:
19
- python-version: '3.8'
+ python-version: '3.9'
20
- name: Build project # This would actually build your project, using zip for an example artifact
21
run: |
22
.\make.bat
0 commit comments