feat: auto-create Gitea releases on tag push and fix PyPI publish venv
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user