[release] update version (#6174)

* [release] update version

* [devops] fix test pypi ci

* [devops] fix test pypi ci
This commit is contained in:
Hongxin Liu 2025-01-03 11:52:23 +08:00 committed by GitHub
parent 7fdef9fd6b
commit 479067e9bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ jobs:
# we need to install the requirements.txt first
# as test-pypi may not contain the distributions for libs listed in the txt file
pip install -r requirements/requirements.txt
pip install -U setuptools==68.2.2 wheel
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION
env:
VERSION: ${{ steps.prep-version.outputs.version }}

View File

@ -1 +1 @@
0.4.6
0.4.7