Skip to content

Commit ae898f0

Browse files
authored
fix: update release.yml
1 parent 82e39dc commit ae898f0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ jobs:
1818
with:
1919
submodules: 'recursive'
2020

21-
- name: Set up Python 3.5
22-
uses: actions/setup-python@v3
21+
- name: Set up Python 3.7
22+
uses: actions/setup-python@v1
2323
with:
24-
python-version: "3.5"
25-
architecture: "x64"
26-
env:
27-
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
24+
python-version: 3.7
2825

2926
- name: Set the version metadata to the release tag
3027
run: |

0 commit comments

Comments
 (0)