mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-27 19:36:13 +00:00
[release] update version (#4995)
* [release] update version * [hotfix] fix ci
This commit is contained in:
parent
b6696beb04
commit
8993c8a817
@ -27,7 +27,9 @@ jobs:
|
||||
echo $new_version > ./version.txt
|
||||
echo "version=$new_version" >> $GITHUB_OUTPUT
|
||||
|
||||
- run: python setup.py sdist build
|
||||
- run: |
|
||||
pip install --upgrade pip
|
||||
python setup.py sdist build
|
||||
|
||||
# publish to PyPI if executed on the main branch
|
||||
- name: Publish package to PyPI
|
||||
|
@ -1 +1 @@
|
||||
0.3.3
|
||||
0.3.4
|
||||
|
Loading…
Reference in New Issue
Block a user