Skip to content

Commit 479067e

Browse files
authored
[release] update version (#6174)
* [release] update version * [devops] fix test pypi ci * [devops] fix test pypi ci
1 parent 7fdef9f commit 479067e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release_test_pypi_before_merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
# we need to install the requirements.txt first
5050
# as test-pypi may not contain the distributions for libs listed in the txt file
5151
pip install -r requirements/requirements.txt
52+
pip install -U setuptools==68.2.2 wheel
5253
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION
5354
env:
5455
VERSION: ${{ steps.prep-version.outputs.version }}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.6
1+
0.4.7

0 commit comments

Comments
 (0)