From 85934620e7e78ea5defd196151058205c0896d84 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 07:26:21 -0500 Subject: [PATCH] :pray: --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f69496f..266f029 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,12 +8,11 @@ default: - apk --purge del .build-deps stages: # List of stages for jobs, and their order of execution - - build - - test + - stage-1 build-wheel: - stage: build + stage: stage-1 script: - echo "Attempting to build distribution wheel" - python -m build --wheel @@ -21,7 +20,7 @@ build-wheel: pylint: - stage: test + stage: stage-1 script: - python3.9 -m pip install pylint pylint-exit anybadge - mkdir ./pylint