diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0f56e10ae59fc7357f004e787f857eec3133d2e..93eef567143c7ef5afe9b24516ac9a159e12f6ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,7 +43,6 @@ deploy-prod-pypi:
   cache: {}
   script:
     - pip install -U twine
-    - python setup.py check sdist bdist  # This will fail if your creds are bad.
     - python setup.py bdist_wheel
     - twine upload dist/*