Skip to content

Commit

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

* [hotfix] fix ci
  • Loading branch information
ver217 authored and flybird11111 committed Nov 10, 2023
1 parent 8ae3722 commit 2869002
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release_test_pypi_before_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.3.4

0 comments on commit 2869002

Please sign in to comment.