Skip to content

Commit 8993c8a

Browse files
authored
[release] update version (#4995)
* [release] update version * [hotfix] fix ci
1 parent b6696be commit 8993c8a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release_test_pypi_before_merge.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
echo $new_version > ./version.txt
2828
echo "version=$new_version" >> $GITHUB_OUTPUT
2929
30-
- run: python setup.py sdist build
30+
- run: |
31+
pip install --upgrade pip
32+
python setup.py sdist build
3133
3234
# publish to PyPI if executed on the main branch
3335
- name: Publish package to PyPI

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3
1+
0.3.4

0 commit comments

Comments
 (0)