diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 088875e5b3..969a53b311 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,6 +139,7 @@ test3: <<: *lint stage: deploy script: + - pip install twine wheel - python setup.py sdist bdist_wheel - twine upload dist/* diff --git a/requirements_test.txt b/requirements_test.txt index d56f7418d0..079b0bf85f 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -16,4 +16,3 @@ pylint==2.3.0 ; python_version>"3" flake8==3.6.0 pillow pexpect -twine