Unverified Commit 56499151 authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Merge branch 'release-1.3.1' into dev

parents a1595f19 b3ac3ac1
...@@ -54,7 +54,7 @@ jobs: ...@@ -54,7 +54,7 @@ jobs:
run: | run: |
git push origin HEAD:master git push origin HEAD:master
build: check-install:
needs: [ update-version ] needs: [ update-version ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
...@@ -84,6 +84,22 @@ jobs: ...@@ -84,6 +84,22 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -e .[full] pip install -e .[full]
build:
needs: [ check-install ]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.10"]
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: master
fetch-depth: 0
- name: Install wheel - name: Install wheel
run: | run: |
python -m pip install wheel python -m pip install wheel
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
</div> </div>
# 更新记录 # 更新记录
- 2025/04/08 1.3.1 发布,修复了一些兼容问题 - 2025/04/08 1.3.1 发布,修复了一些兼容问题
- 支持python 3.13 - 支持python 3.13
- 解决因`transformers 4.51.0` 导致的报错 - 解决因`transformers 4.51.0` 导致的报错
......
__version__ = "1.3.0" __version__ = "1.3.1"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment