From c8bd00618c112beeeaa16e58bddded4531c15add Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Wed, 10 Apr 2024 12:24:55 +0200
Subject: [PATCH] Updated PyPI.rc

---
 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 5e2b326831..7bd1ed903a 100755
--- a/lib/python/release.sh
+++ b/lib/python/release.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
-cat ${CI_PIPYRC} | base64 -d > .pypirc
+cat "${CI_PIPYRC}" | base64 -d > .pypirc
 python -m twine upload --config-file .pypirc --verbose --repository pypi ./lib/python/dist/dbrepo-*
-- 
GitLab