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 4918c64 commit 354134fCopy full SHA for 354134f
.github/workflows/build.yml
@@ -18,10 +18,10 @@ jobs:
18
awk -F '\/' '{ print tolower($2) }' |
19
tr '_' '-'
20
)
21
- - name: Set up Python 3.6
+ - name: Set up Python 3.7
22
uses: actions/setup-python@v1
23
with:
24
- python-version: 3.6
+ python-version: 3.7
25
- name: Versions
26
run: |
27
python3 --version
.github/workflows/release.yml
@@ -20,10 +20,10 @@ jobs:
28
29
0 commit comments