From 9a337fd6d4b040214e19507b4021f87127a55ec5 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Wed, 10 Apr 2024 12:31:47 +0200
Subject: [PATCH] Wrong command

---
 lib/python/release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/python/release.sh b/lib/python/release.sh
index 7bd1ed903a..9c5e62d2d0 100755
--- a/lib/python/release.sh
+++ b/lib/python/release.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
-cat "${CI_PIPYRC}" | base64 -d > .pypirc
+echo "${CI_PIPYRC}" | base64 -d > .pypirc
 python -m twine upload --config-file .pypirc --verbose --repository pypi ./lib/python/dist/dbrepo-*
-- 
GitLab