added uvicorn in requirements
This commit is contained in:
parent
5278d54390
commit
6a52b6ebd3
@ -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/*
|
Loading…
x
Reference in New Issue
Block a user