From 98a2cbfae5df99e514cab81836cc4ba27b105b1b Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:54:47 +0100 Subject: [PATCH] added uvicorn in requirements --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d0e6ab..8be0aae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,4 @@ release: script: - 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/pypi \ - "dist/* \ No newline at end of file + - twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/* \ No newline at end of file