mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-24 20:47:46 +00:00
ci(pypi): Fix ci error
This commit is contained in:
parent
33d8058d4a
commit
21436ae65b
3
.github/workflows/python-publish.yml
vendored
3
.github/workflows/python-publish.yml
vendored
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user