diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b7f568..3880753 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,11 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build + + variables: + TWINE_USERNAME: $USER_NAME + TWINE_PASSWORD: $API_KEY + image: python:slim script: - echo "Compiling the code..."