mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-19 20:44:39 +09:00
빌드 단계를 build에서 build-pypi로 변경
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user