mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-30 07:11:56 +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"
|
echo "Updating version in all files to $DB_GPT_VERSION"
|
||||||
cd scripts
|
cd scripts
|
||||||
uv run update_version_all.py $DB_GPT_VERSION -y
|
uv run update_version_all.py $DB_GPT_VERSION -y
|
||||||
|
cd ..
|
||||||
else
|
else
|
||||||
echo "Prepping package for release"
|
echo "Prepping package for release"
|
||||||
fi
|
fi
|
||||||
@ -55,7 +56,7 @@ jobs:
|
|||||||
ls dist/
|
ls dist/
|
||||||
|
|
||||||
- name: Upload wheel as artifact
|
- name: Upload wheel as artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist-packages
|
name: dist-packages
|
||||||
path: dist/*
|
path: dist/*
|
||||||
|
Loading…
Reference in New Issue
Block a user