added uvicorn in requirements

This commit is contained in:
GotthardG 2024-12-16 12:15:28 +01:00
parent 6a52b6ebd3
commit dbce9d70eb

View File

@ -62,4 +62,5 @@ release:
- pip install build twine # Install dependencies - pip install build twine # Install dependencies
- python -m build # Build the package - python -m build # Build the package
- twine upload \ - 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/*