[release]build: 更新Python版本

This commit is contained in:
ikun0014
2024-10-27 14:18:44 +08:00
parent 0647419bdf
commit a5d100078b
2 changed files with 4 additions and 4 deletions

View File

@@ -20,10 +20,10 @@ jobs:
$version = (Get-Content package.json | ConvertFrom-Json).version
echo "PACKAGE_VERSION=$version" >> $env:GITHUB_ENV
- name: Set up Python 3.11
- name: Set up Python 3.13
uses: actions/setup-python@v3
with:
python-version: 3.11.9
python-version: 3.13
- name: Install dependencies
run: |

View File

@@ -21,10 +21,10 @@ jobs:
$version = (Get-Content package.json | ConvertFrom-Json).version
echo "PACKAGE_VERSION=$version" >> $env:GITHUB_ENV
- name: Set up Python 3.11
- name: Set up Python 3.13
uses: actions/setup-python@v3
with:
python-version: 3.11.9
python-version: 3.13
- name: Install dependencies
run: |