Skip to content

Commit 72320e4

Browse files
committed
Update python version of action
1 parent 9aee055 commit 72320e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gen_whl_to_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v3
4242

43-
- name: Set up Python 3.7
43+
- name: Set up Python 3.10
4444
uses: actions/setup-python@v4
4545
with:
46-
python-version: '3.7'
46+
python-version: '3.10'
4747
architecture: 'x64'
4848

4949
- name: Run setup.py

0 commit comments

Comments
 (0)