CI: build and publish
This commit is contained in:
parent
f984f1e41e
commit
c3ffd78b6b
1 changed files with 8 additions and 0 deletions
|
@ -26,3 +26,11 @@ jobs:
|
|||
|
||||
- name: Run tests (API call)
|
||||
run: .venv/bin/pytest -s tests/basic.py
|
||||
|
||||
- name: Build wheel
|
||||
run: uv build --wheel
|
||||
|
||||
- name: Publish to home
|
||||
env:
|
||||
LOCAL_PYPI_TOKEN: ${{ LOCAL_PYPI_TOKEN }}
|
||||
run: uv publish --publish-url https://philo.ydns.eu/code/api/packages/philome/pypi --token $LOCAL_PYPI_TOKEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue