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.
2 parents 81fffcf + cb56967 commit 8d97d44Copy full SHA for 8d97d44
.github/workflows/build.yml
@@ -10,10 +10,10 @@ jobs:
10
env:
11
GITHUB_CONTEXT: ${{ toJson(github) }}
12
run: echo "$GITHUB_CONTEXT"
13
- - name: Set up Python 3.7
+ - name: Set up Python 3.9
14
uses: actions/setup-python@v1
15
with:
16
- python-version: 3.7
+ python-version: 3.9
17
- name: Versions
18
run: |
19
python3 --version
.github/workflows/release.yml
@@ -12,10 +12,10 @@ jobs:
20
21
0 commit comments