From 44b3014b901fa70098acca2b5f5c8b50ead1705d Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Tue, 21 Jan 2025 18:31:41 +0100 Subject: [PATCH] debugging pipline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5e4b74..89a7af5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ publish: artifacts: true script: - python3 -m pip install twine - - python3 -m twine upload --repository testpypi dist/* + - python3 -m twine upload --repository testpypi dist/* --verbose create_tag: extends: .git:create_tag