빌드 단계를 build에서 build-pypi로 변경

This commit is contained in:
jung-geun
2024-03-08 18:44:38 +09:00
parent c7308a6e72
commit 5798aa38a8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
stages: stages:
- sonarqube-check - sonarqube-check
- build - build-pypi
include: include:
- local: ".gitlab/ci/*.gitlab-ci.yml" - local: ".gitlab/ci/*.gitlab-ci.yml"

View File

@@ -2,8 +2,8 @@ variables:
PYTHON_VERSION: "3.9" PYTHON_VERSION: "3.9"
TWINE_USERNAME: "__token__" TWINE_USERNAME: "__token__"
build-package: build-pypi:
stage: build stage: build-pypi
image: python:${PYTHON_VERSION} image: python:${PYTHON_VERSION}
script: script:
- pip install --upgrade pip - pip install --upgrade pip