From dd434bb9b6ee457cb06fd41b86d56806336072bb Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 20 Jan 2020 17:30:37 -0700 Subject: [PATCH] copy --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16bd53f..795ac67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - - test - deploy + - test black: stage: test @@ -16,6 +16,7 @@ black: # https://github.com/python-gitlab/python-gitlab/blob/master/.gitlab-ci.yml used for reference deploy: stage: deploy + image: python:3.8 script: - pip install -U setuptools wheel twine - python setup.py sdist bdist_wheel