From 888da7047ccab5a025856d9815ef41d4fd681861 Mon Sep 17 00:00:00 2001 From: Remi Planel <rplanel@pasteur.fr> Date: Wed, 22 Jan 2020 16:49:12 +0100 Subject: [PATCH] Remove poetry config command --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46ebc17..cf05d50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,9 +23,8 @@ test: deploy: stage: deploy script: - - poetry config http-basic.pypi $PYPI_USERNAME $PYPI_PWD - poetry build -v - - poetry publish + - poetry publish --username $PYPI_USERNAME --password $PYPI_PWD rules: - if: '$CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/' -- GitLab