Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 26593fcf authored by GotthardG's avatar GotthardG
Browse files

added uvicorn in requirements

parent 333f62c2
No related branches found
No related tags found
No related merge requests found
Pipeline #44580 failed
......@@ -56,10 +56,15 @@ release:
stage: release
when: manual
variables:
TWINE_USERNAME: gitlab-ci-token
TWINE_PASSWORD: $CI_JOB_TOKEN
TWINE_USERNAME: gitlab-ci-token # GitLab's default token username for PyPI
TWINE_PASSWORD: $TWINE_PASSWORD # Personal access token with `write_package_registry` scope
tags:
- x86
- python
script:
- bash make_openapi_client.sh
\ No newline at end of file
- 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/*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment