From 8eb8eb16eb7f10024d8df76f445a1581f6c37b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 7 Mar 2022 12:51:22 +0100 Subject: [PATCH] Minor CI change --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 481ce08..1143de0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ test: - pip install -r requirements.txt -r test-requirements.txt - python setup.py test -pypi: +push_pypi: only: - tags tags: @@ -39,7 +39,7 @@ pypi: - python setup.py sdist bdist_wheel - TWINE_PASSWORD=${PYPI_PASSWORD} TWINE_USERNAME={PYPI_USERNAME} python -m twine upload --ignore-existing dist/* -pypi: +check_pypi: only: - tags tags: