From 96be8b4acc5fad36235276cdf14583a74744e994 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 29 May 2023 01:26:11 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b00acb4..4016a5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ pypi: - cp /keys/.pypirc ~/.pypirc - virtualenv /tmp/env - source /tmp/env/bin/activate - - XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools twine build pretix-plugin-build + - XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools twine build pretix-plugin-build check-manifest - python -m build - check-manifest . - twine check dist/*