diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48662b07dfd64475c84ba6fb93197f036a5e9452..834cd687f4bd0341e08ed2afbf93a5c8cfde4a6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,9 @@ - - stages: - deploy - -deploy-job: # This job runs in the deploy stage. - stage: deploy # It only runs when *both* jobs in the test stage complete successfully. +deploy-job: + stage: deploy + image: python:3.10 script: - pip install build twine - python -m build