From 96383388371769f0c062bc98350b50e223224808 Mon Sep 17 00:00:00 2001 From: Mateusz Klimaszewski <mk.klimaszewski@gmail.com> Date: Tue, 23 Mar 2021 15:41:46 +0100 Subject: [PATCH] Skip upload to pypi if exists. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b5770d..b80009e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ pypi_publish: - pip install twine - python setup.py sdist bdist_wheel - python -m twine upload + --skip-existing --repository-url https://pypi.clarin-pl.eu/ -u $PIPY_USER -p $PIPY_PASS -- GitLab