Update .gitlab-ci.yml file

This commit is contained in:
Steffen Illium 2023-11-22 17:03:58 +01:00
parent b224d41d35
commit 175a96872f

View File

@ -10,6 +10,7 @@ build-job: # This job runs in the build stage, which runs first.
variables: variables:
TWINE_USERNAME: $USER_NAME TWINE_USERNAME: $USER_NAME
TWINE_PASSWORD: $API_KEY TWINE_PASSWORD: $API_KEY
TWINE_REPOSITORY: marl-factory-grid
image: python:slim image: python:slim
script: script: