From 9f9d4c856af407e39f88fda2947353e885ca4253 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Sun, 15 Sep 2024 14:53:34 +0200
Subject: [PATCH] Update production PyPI URL

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 080a0e9..3cb51e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,4 +34,4 @@ deploy:production:
     environment:
       name: production
     variables:
-      MATURIN_REPOSITORY_URL: https://pypi.org/legacy/
+      MATURIN_REPOSITORY_URL: https://upload.pypi.org/legacy/
-- 
GitLab