From dbce9d70eb5341f4d082247131088668e14eeb0b Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:15:28 +0100 Subject: [PATCH] added uvicorn in requirements --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e59719..163f3c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,4 +62,5 @@ release: - 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/pypidist/* \ No newline at end of file + --repository-url https://gitlab.psi.ch/api/v4/projects/2206/packages/pypi\ + dist/* \ No newline at end of file