diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fefb7f032ceee37ed8882a012f6953d1e90d5e92..d317a422b6d942d78b464a041a63a6db21dd6566 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,15 +25,15 @@ pages: only: - master -release-pypi: - tags: - - docker - stage: deploy - image: python:3.7 - before_script: - - pip install twine - script: - - python setup.py check sdist bdist_wheel - - twine upload dist/* - only: - - tags +#release-pypi: +# tags: +# - docker +# stage: deploy +# image: python:3.7 +# before_script: +# - pip install twine +# script: +# - python setup.py check sdist bdist_wheel +# - twine upload dist/* +# only: +# - tags