From d5e2744010ec077e30e9dad50e81fcace97c3404 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Tue, 21 Jan 2025 18:35:16 +0100 Subject: [PATCH] debugging pipline --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89a7af5..7812db4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,8 @@ publish: artifacts: true script: - python3 -m pip install twine + - echo $TWINE_API + - echo $TWINE_PASSWORD - python3 -m twine upload --repository testpypi dist/* --verbose create_tag: