We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005b67e commit 9dda5b3Copy full SHA for 9dda5b3
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -12,10 +12,10 @@ jobs:
12
if: startsWith(github.event.ref, 'refs/tags')
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Set up Python 3.7
+ - name: Set up Python 3.10
16
uses: actions/setup-python@v1
17
with:
18
- python-version: 3.7
+ python-version: 3.10.16
19
- name: Build lagent
20
run: |
21
pip install wheel
0 commit comments