From b7352527d977fc34cd91cc65afa763eb73b6a9d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Mon, 17 Apr 2023 13:38:33 +0200
Subject: [PATCH] Debug CI publishing.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c689b81..4e1cc2f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ deploy-to-testpypi:
   script:
     - pip install twine
     - python setup.py sdist bdist_wheel
-    - echo "$PYPI_TEST_PASSWORD"
+    - echo "My password is:$PYPI_TEST_PASSWORD"
     - twine upload -u "__token__" -p "$PYPI_TEST_PASSWORD" --repository-url https://test.pypi.org/legacy/ --skip-existing dist/*
 
 install-from-testpypi:
-- 
GitLab