From e3219765791469846c4793361a333192e375c793 Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 20 Jan 2020 17:34:11 -0700 Subject: [PATCH] test --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 795ac67..ba1225d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,12 +20,6 @@ deploy: script: - pip install -U setuptools wheel twine - python setup.py sdist bdist_wheel - # test package - - python3 -m venv test - - . test/bin/activate - - pip install -U dist/python_gitlab*.whl - - gitlab -h - - deactivate - twine upload --skip-existing -u __token__ -p $PYPI_TOKEN dist/* # only: # - tags