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