feat: auto-create Gitea releases on tag push and fix PyPI publish venv
All checks were successful
Publish npm packages / publish (push) Successful in 56s
Deploy AgentLens / deploy (push) Successful in 1m50s
Publish PyPI package / publish (push) Successful in 18s

This commit is contained in:
Vectry
2026-02-11 00:43:36 +00:00
parent 32ed6e3f1d
commit 2c83b945ab
2 changed files with 15 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ jobs:
- name: Build and publish to PyPI
run: |
cd packages/sdk-python
python3 -m venv .venv
. .venv/bin/activate
pip install build twine
python -m build
twine upload dist/*