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