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