From 64581d86e729fdebfa1a304f2fa9d436541d2565 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:47:35 +0100 Subject: [PATCH] added uvicorn in requirements --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e564ef6..ffad862 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,11 +52,17 @@ deploy: - echo "Running the application..." - python3.8 -m main # Replace with the exact command to start your app +stages: + - release + release: stage: release when: manual variables: TWINE_USERNAME: gitlab-ci-token TWINE_PASSWORD: $CI_JOB_TOKEN + tags: + - x86 + - python script: - bash make_openapi_client.sh \ No newline at end of file