From 29c837b6dcd58f3d57f8e602033199558558b4c5 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 84c4d63..6c40faa 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