Update .gitlab-ci.yml file

This commit is contained in:
Steffen Illium 2023-10-20 15:32:29 +02:00
parent 7a1d3f84f1
commit c3a1cb0cfa

View File

@ -1,7 +1,12 @@
.only-pypi:
only:
- pypi
stages: # List of stages for jobs, and their order of execution stages: # List of stages for jobs, and their order of execution
- build - build
build-job: # This job runs in the build stage, which runs first. build-job: # This job runs in the build stage, which runs first.
extends: .only-pypi
stage: build stage: build
variables: variables: