added uvicorn in requirements
This commit is contained in:
@ -56,10 +56,15 @@ release:
|
|||||||
stage: release
|
stage: release
|
||||||
when: manual
|
when: manual
|
||||||
variables:
|
variables:
|
||||||
TWINE_USERNAME: gitlab-ci-token
|
TWINE_USERNAME: gitlab-ci-token # GitLab's default token username for PyPI
|
||||||
TWINE_PASSWORD: $CI_JOB_TOKEN
|
TWINE_PASSWORD: $TWINE_PASSWORD # Personal access token with `write_package_registry` scope
|
||||||
tags:
|
tags:
|
||||||
- x86
|
- x86
|
||||||
- python
|
- python
|
||||||
script:
|
script:
|
||||||
- bash make_openapi_client.sh
|
- pip install --upgrade pip
|
||||||
|
- pip install build twine
|
||||||
|
- python setup.py sdist bdist_wheel
|
||||||
|
- twine upload \
|
||||||
|
--repository-url https://gitlab.psi.ch/api/v4/projects/2206/packages/pypi \
|
||||||
|
dist/*
|
Reference in New Issue
Block a user