From 5278d543905db06c8f8fd03baa4bf21ebb6f3d16 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:05:20 +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 9e3a289..6afb933 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