mirror of https://github.com/hpcaitech/ColossalAI
parent
b6696beb04
commit
8993c8a817
|
@ -27,7 +27,9 @@ jobs:
|
||||||
echo $new_version > ./version.txt
|
echo $new_version > ./version.txt
|
||||||
echo "version=$new_version" >> $GITHUB_OUTPUT
|
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
|
# publish to PyPI if executed on the main branch
|
||||||
- name: Publish package to PyPI
|
- name: Publish package to PyPI
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.3.3
|
0.3.4
|
||||||
|
|
Loading…
Reference in New Issue