From 15159fed471b448c76c47424bfddf537738da459 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 1 Apr 2022 12:31:14 +0200 Subject: [PATCH] Fix CI setup --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13456c3..187a388 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,10 @@ pypi: - source env/bin/activate - XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools - XDG_CACHE_HOME=/cache pip3 install -U pretix - - python setup.py sdist develop - - python setup.py sdist clean - - python setup.py sdist upload - - python setup.py bdist_wheel upload + - python setup.py develop + - python setup.py sdist bdist_wheel + - twine check dist/* + - twine upload dist/* tags: - python3 only: