From c869e501a7dc31fe2aa9940787f39b0f49c31447 Mon Sep 17 00:00:00 2001 From: Anton Tetov Johansson <anton@tetov.se> Date: Thu, 7 Apr 2022 18:30:51 +0000 Subject: [PATCH] Fix arg to poetry publish Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d8ff8d..7510ce4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,4 +70,4 @@ publish: - /^v(\d+\.)(\d+\.)(\d+)$/ script: - make build - - poetry publish -username=__token__ --password=$PYPI_TOKEN + - poetry publish --username=__token__ --password=$PYPI_TOKEN \ No newline at end of file -- GitLab