Skip to content

Commit

Permalink
[release] update version (#6174)
Browse files Browse the repository at this point in the history
* [release] update version

* [devops] fix test pypi ci

* [devops] fix test pypi ci
  • Loading branch information
ver217 authored Jan 3, 2025
1 parent 7fdef9f commit 479067e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release_test_pypi_before_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.6
0.4.7

0 comments on commit 479067e

Please sign in to comment.