From 54e661f06a84d6aa1977ea8867d46e189efd86df Mon Sep 17 00:00:00 2001 From: Patrik Dufresne Date: Wed, 4 Apr 2018 13:34:00 -0400 Subject: [PATCH] Publish to pypi only for tags --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80720a85..e31b85e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ publish_nexus: publish_pypi: stage: publish only: - - master + - tags script: - pip install wheel twine --upgrade - python setup.py sdist bdist_wheel -- GitLab