Skip to content

Commit 9dda5b3

Browse files
authored
[Fix]: Update publish-to-pypi.yml
1 parent 005b67e commit 9dda5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
if: startsWith(github.event.ref, 'refs/tags')
1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Set up Python 3.7
15+
- name: Set up Python 3.10
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.7
18+
python-version: 3.10.16
1919
- name: Build lagent
2020
run: |
2121
pip install wheel

0 commit comments

Comments
 (0)