From 4aee715e48204c75b2b641c138010d3526ecc7b4 Mon Sep 17 00:00:00 2001 From: Georg K Date: Wed, 30 Mar 2022 19:57:43 +0300 Subject: [PATCH] fix:use tags --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 216f3a2..82fef17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,4 @@ publish-pypi: - pip install -U setuptools wheel pip; pip install invoke - invoke upload --pypi-user ${PYPI_REPO_USER} --pypi-password ${PYPI_REPO_PASSWORD} --pypi-url ${PYPI_REPO_URL} only: - - fixed + - tags