ci(pypi): Fix ci error

This commit is contained in:
Fangyin Cheng 2025-03-20 14:53:17 +08:00
parent 33d8058d4a
commit 21436ae65b

View File

@ -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/*