added uvicorn in requirements

This commit is contained in:
GotthardG 2024-12-16 12:14:18 +01:00
parent 5278d54390
commit 6a52b6ebd3

View File

@ -56,11 +56,10 @@ release:
stage: release
when: manual
variables:
TWINE_USERNAME: gitlab-ci-token # Use CI default username for GitLab PyPI
TWINE_PASSWORD: $CI_JOB_TOKEN # CI job token for authentication
TWINE_USERNAME: gitlab-ci-token # Keep username same
TWINE_PASSWORD: $CI_JOB_TOKEN # Use PAT stored in GitLab CI/CD Variables
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/*
--repository-url https://gitlab.psi.ch/api/v4/projects/2206/packages/pypidist/*