add ci workflows #1

Merged
godber merged 8 commits from add-ci into main 2025-08-13 21:03:42 -07:00
24 changed files with 2069 additions and 532 deletions
Showing only changes of commit 5e781f1800 - Show all commits

View File

@@ -98,7 +98,7 @@ jobs:
uv run python -c "from src.embeddingbuddy.app import create_app; app = create_app(); print('✅ Package builds and imports successfully')"
- name: Upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: dist-files
path: dist/