ci: Clean up build artifacts and update dependencies (#5693)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-01-15 10:42:33 -03:00 committed by GitHub
commit 242165b8aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 3 deletions

View file

@ -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: |