From b752bd8ad94f03911d56063ab86f31195a8aa2b5 Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 20 Jan 2020 17:23:32 -0700 Subject: [PATCH] fixing deploy --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ee521a..350b06f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,5 @@ deploy: script: - python setup.py bdist_wheel - twine upload --skip-existing -u __token__ -p $PYPI_TOKEN dist/* - - only: - - tags + # only: + # - tags