Add CI #1

Merged
Persson-dev merged 15 commits from ci into main 2025-12-07 17:00:06 +00:00
Showing only changes of commit e9c9d94dd1 - Show all commits

View File

@@ -23,6 +23,7 @@ jobs:
- name: Build wheel - name: Build wheel
run: | run: |
xmake require
xrepo env python -m venv .venv xrepo env python -m venv .venv
source .venv/bin/activate source .venv/bin/activate
pip install build pip install build