added uvicorn in requirements

This commit is contained in:
GotthardG 2024-12-16 12:54:47 +01:00
parent a2a0bdad39
commit 98a2cbfae5

View File

@ -61,6 +61,4 @@ release:
script:
- 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/pypi \
"dist/*
- twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*