Skip to content

Commit 97f4bee

Browse files
authored
Merge pull request #6340 from hpcaitech/release/v0.5.0
[release] update version
2 parents b4ec405 + e00c9bb commit 97f4bee

8 files changed

+11
-22
lines changed

.github/workflows/doc_check_on_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v2
2626
with:
27-
python-version: "3.8.14"
27+
python-version: "3.9"
2828

2929
- run: python .github/workflows/scripts/check_doc_i18n.py -d docs/source
3030

@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: actions/setup-python@v2
5252
with:
53-
python-version: "3.8.14"
53+
python-version: "3.9"
5454

5555
# we use the versions in the main branch as the guide for versions to display
5656
# checkout will give your merged branch

.github/workflows/draft_github_release_post_after_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-python@v2
2121
with:
22-
python-version: '3.8.14'
22+
python-version: '3.9'
2323
- name: generate draft
2424
id: generate_draft
2525
run: |

.github/workflows/release_docker_after_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- uses: actions/setup-python@v2
5555
with:
56-
python-version: "3.8.14"
56+
python-version: "3.9"
5757

5858
- name: Install requests
5959
run: pip install requests

.github/workflows/release_nightly_on_schedule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-python@v2
2020
with:
21-
python-version: '3.8.14'
21+
python-version: '3.9'
2222

2323
- run: |
2424
python .github/workflows/scripts/update_setup_for_nightly.py
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-python@v2
4545
with:
46-
python-version: '3.8.14'
46+
python-version: '3.9'
4747

4848
- name: Install requests
4949
run: pip install requests

.github/workflows/release_pypi_after_merge.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
- 'version.txt'
88
types:
99
- closed
10-
permissions:
11-
id-token: write
12-
contents: read
1310
jobs:
1411
build-n-publish:
1512
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI' && github.event.pull_request.merged == true && github.base_ref == 'main'
@@ -21,7 +18,7 @@ jobs:
2118

2219
- uses: actions/setup-python@v2
2320
with:
24-
python-version: '3.8.14'
21+
python-version: '3.9'
2522

2623
- run: python setup.py sdist build
2724

@@ -44,7 +41,7 @@ jobs:
4441

4542
- uses: actions/setup-python@v2
4643
with:
47-
python-version: '3.8.14'
44+
python-version: '3.9'
4845

4946
- name: Install requests
5047
run: pip install requests

.github/workflows/release_test_pypi_before_merge.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,18 @@ on:
55
paths:
66
- 'version.txt'
77

8-
9-
permissions:
10-
id-token: write
11-
contents: read
12-
138
jobs:
149
build-n-publish:
1510
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI'
1611
name: Build and publish Python 🐍 distributions 📦 to Test PyPI
1712
runs-on: ubuntu-latest
1813
timeout-minutes: 20
19-
permissions:
20-
id-token: write
21-
contents: read
2214
steps:
2315
- uses: actions/checkout@v2
2416

2517
- uses: actions/setup-python@v2
2618
with:
27-
python-version: '3.8.14'
19+
python-version: '3.9'
2820

2921
- name: add timestamp to the version
3022
id: prep-version

.github/workflows/report_leaderboard_to_lark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-python@v2
1919
with:
20-
python-version: '3.8.14'
20+
python-version: '3.9'
2121

2222
- run: pip install requests matplotlib seaborn requests_toolbelt pytz
2323

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.5.0

0 commit comments

Comments
 (0)