CI: build and publish

This commit is contained in:
phil 2024-12-02 18:08:30 +01:00
parent f984f1e41e
commit c3ffd78b6b

View file

@ -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