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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 72d7544..c689b81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,7 @@ deploy-to-testpypi:
   script:
     - pip install twine
     - python setup.py sdist bdist_wheel
+    - echo "$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