From 7ab673baa4af132bce32d7fa4027b054dd2ea1c9 Mon Sep 17 00:00:00 2001 From: Marc Feger <marc.feger@hhu.de> Date: Tue, 23 Nov 2021 13:52:59 +0000 Subject: [PATCH] Build poetry project before publishing to pypi --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90ce5eb..5de004e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,4 +48,5 @@ deploy: - pip install poetry - poetry --version - poetry config pypi-token.pypi $PYPI_TOKEN + - poetry build - poetry publish -- GitLab