ci: Clean up build artifacts and update dependencies (#5693)
This commit is contained in:
parent
0d1c2914a4
commit
242165b8aa
3 changed files with 21 additions and 3 deletions
5
.github/workflows/release_nightly.yml
vendored
5
.github/workflows/release_nightly.yml
vendored
|
|
@ -95,7 +95,10 @@ jobs:
|
|||
echo "version=$version" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build project for distribution
|
||||
run: make build base=true args="--wheel"
|
||||
run: |
|
||||
rm -rf src/backend/base/dist
|
||||
rm -rf dist
|
||||
make build base=true args="--wheel"
|
||||
|
||||
- name: Test CLI
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue