diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fbc7dddcc1f2cb0aa14224ae2a361be5f81f29d..183aca607bcd7610c120b15c90e0de6329c7fb06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ include: - "templates/lint/black.yml" # will do the equivalent of 'tox -e black' - "templates/lint/flake8.yml" # will do the equivalent of 'tox -e flake8' - "templates/lint/mypy.yml" # will do the equivalent of 'tox -e mypy' + - "templates/lint/twine-check.yml" # will do the equivalent of 'twine --check' (after a "setup.py sdist") - "templates/lint/check-manifest.yml" # will do the equivalent of 'tox -e check-manifest' - "templates/lint/yamllint.yml" # will do the equivalent of 'tox -e yamllint' - "templates/lint/check-dependencies-resolution.yml"