Skip to content

Commit b0f7439

Browse files
authored
update readme and git pipeline (#2229)
1 parent 614a86e commit b0f7439

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/make_wheel_releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: python -m build --wheel
2828

2929
- name: Upload file
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: mindnlp-whl
3333
path: dist/*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ bash scripts/build_and_reinstall.sh
141141
| 0.2.x | >=2.1.0 | >=3.8, <=3.9 |
142142
| 0.3.x | >=2.1.0, <=2.3.1 | >=3.8, <=3.9 |
143143
| 0.4.x | >=2.2.x, <=2.5.0 | >=3.9, <=3.11 |
144-
| 0.5.x | >=2.5.0 | >=3.10, <=3.11 |
144+
| 0.5.x | >=2.5.0, <=2.7.0. | >=3.10, <=3.11 |
145145

146146
## Introduction
147147

0 commit comments

Comments
 (0)