From 0723d8ad1eef9a4e67771bf3a2c41314a9a39d25 Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@inrae.fr> Date: Wed, 28 Sep 2022 22:23:43 +0200 Subject: [PATCH] FIX: CI Ship stage --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92c04f3..203b789 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,5 +131,4 @@ pypi: - python3 -m pip install --upgrade build twine script: - python3 -m build - - echo ".pypirc - python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ --non-interactive -u __token__ -p $pypi_token dist/* -- GitLab