diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e020751..2b3d6d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ deploy: only: - tags script: - - python setup.py sdist - pip install -r requirements.txt + - python setup.py sdist - pip install twine - twine upload --username __token__ --password $PYPI_SECRET dist/*