From dd9f6f0a6a8e839ba1fc7b3b6746e97ed9acca13 Mon Sep 17 00:00:00 2001 From: magnus2142 <magnus.bredeli@hotmail.com> Date: Mon, 18 Apr 2022 18:29:26 +0200 Subject: [PATCH] test --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0f56e1..93eef56 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/* -- GitLab