added uvicorn in requirements

This commit is contained in:
GotthardG 2024-12-16 12:05:20 +01:00
parent 37a532815d
commit 5278d54390

View File

@ -62,4 +62,5 @@ release:
- pip install build twine # Install dependencies
- python -m build # Build the package
- twine upload \
--repository-url https://gitlab.psi.ch/api/v4/projects/2206/packages/pypidist/*
--repository-url https://gitlab.psi.ch/api/v4/projects/2206/packages/pypi \
dist/*