mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-16 16:32:52 +00:00
[release] update version (#6174)
* [release] update version * [devops] fix test pypi ci * [devops] fix test pypi ci
This commit is contained in:
parent
7fdef9fd6b
commit
479067e9bc
@ -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 }}
|
||||
|
@ -1 +1 @@
|
||||
0.4.6
|
||||
0.4.7
|
||||
|
Loading…
Reference in New Issue
Block a user