[release] update version (#4995)

* [release] update version

* [hotfix] fix ci
pull/5002/head v0.3.4
Hongxin Liu 1 year ago committed by GitHub
parent b6696beb04
commit 8993c8a817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save