From 21436ae65b9bd59a7554364a6228a1b4de4a9ced Mon Sep 17 00:00:00 2001 From: Fangyin Cheng Date: Thu, 20 Mar 2025 14:53:17 +0800 Subject: [PATCH] ci(pypi): Fix ci error --- .github/workflows/python-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index e48733e42..c1ae2212f 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -43,6 +43,7 @@ jobs: echo "Updating version in all files to $DB_GPT_VERSION" cd scripts uv run update_version_all.py $DB_GPT_VERSION -y + cd .. else echo "Prepping package for release" fi @@ -55,7 +56,7 @@ jobs: ls dist/ - name: Upload wheel as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist-packages path: dist/*