Skip to content

Commit c4cde25

Browse files
committed
update version
1 parent 067dd43 commit c4cde25

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.github/workflows/release_pypi_after_merge.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ on:
77
- 'version.txt'
88
types:
99
- closed
10-
permissions:
11-
id-token: write
12-
contents: read
10+
1311
jobs:
1412
build-n-publish:
1513
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI' && github.event.pull_request.merged == true && github.base_ref == 'main'

.github/workflows/release_test_pypi_before_merge.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,12 @@ 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

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)