From 2ef888e0f156d9388fbe886d5e21a4705dbfdfde Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 14 Jun 2022 20:10:51 +0200 Subject: [PATCH] ci: add twine-check job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fbc7dd..183aca6 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" -- GitLab