From 17a6b10315af4538cb1e81225e634f4bd705b621 Mon Sep 17 00:00:00 2001
From: Anton Tetov Johansson <anton@tetov.se>
Date: Thu, 7 Apr 2022 19:31:55 +0000
Subject: [PATCH] Debug ci publish

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 39c41a7..59e683b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@
 variables:
   PIP_CACHE_DIR: "${CI_PROJECT_DIR}/.cache/pip"
   PRE_COMMIT_HOME: "${CI_PROJECT_DIR}/.cache/pre-commit"
+  PYPI_TOKEN: "$PYPI_TOKEN"
   CI_DEBUG_TRACE: "true"
 
 cache:
@@ -66,8 +67,8 @@ test_py3.10:
 
 publish:
   stage: publish
-  only:
-    - /^v(\d+\.)(\d+\.)(\d+)$/
+  #only:
+   # - /^v(\d+\.)(\d+\.)(\d+)$/
   script:
     - make build
     - poetry publish --username=__token__ --password="$PYPI_TOKEN"
-- 
GitLab