[release]切Python版本

This commit is contained in:
ikun0014
2024-10-27 14:35:52 +08:00
parent 479661a8a3
commit acfad07a07
2 changed files with 6 additions and 6 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.13
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: 3.13
python-version: 3.12
- name: Install dependencies
run: |
@@ -34,7 +34,7 @@ jobs:
- name: Build
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: hotfix/2.4.11
nuitka-version: latest
script-name: main.py
standalone: true
onefile: true

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.13
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: 3.13
python-version: 3.12
- name: Install dependencies
run: |
@@ -35,7 +35,7 @@ jobs:
- name: Build
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: hotfix/2.4.11
nuitka-version: latest
script-name: main.py
standalone: true
onefile: true