From ba87ec50981ce5573fb205f23c47485e2b459c6a Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 20 Jan 2020 17:38:33 -0700 Subject: [PATCH] c --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f151159..11a32b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,9 @@ black: deploy: stage: deploy image: python:3.8 + before_script: + - pip install twine + - python setup.py sdist variables: TWINE_USERNAME: __token__ TWINE_PASSWORD: $PYPI_TOKEN