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