From 6f7faf2a349b3fbdf2e171ec4a423713d091a5fc Mon Sep 17 00:00:00 2001
From: Remi Cresson <remi.cresson@inrae.fr>
Date: Wed, 28 Sep 2022 22:01:21 +0200
Subject: [PATCH] FIX: CI Ship stage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f573dd9..92c04f3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -131,4 +131,5 @@ pypi:
    - python3 -m pip install --upgrade build twine
   script:
    - python3 -m build
-   - python3 -m twine upload --repository pyotb --non-interactive -u __token__ -p $pypi_token dist/*
+   - echo ".pypirc
+   - python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ --non-interactive -u __token__ -p $pypi_token dist/*
-- 
GitLab