From badb046676a51de6b59a3f6452f0b1776ca02b2f 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:47:11 +0200
Subject: [PATCH] Debug CI publishing.

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e1cc2f..ef9f4b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,9 @@ deploy-to-testpypi:
   script:
     - pip install twine
     - python setup.py sdist bdist_wheel
-    - echo "My password is:$PYPI_TEST_PASSWORD"
+    - echo "Dummy:'$ENVTEST'"
+    - echo "Dummy:$ENVTEST"
+    - 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