From a2b7462d0a0f5d3998de90134a1c185d8eaf3b84 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 31 May 2024 16:41:30 +0200 Subject: [PATCH] Update GitLab CI pipeline --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4016a5f..1608db5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,15 @@ pypi: + image: + name: pretix/ci-image + before_script: + - cat $PYPIRC > ~/.pypirc + - pip install -U pip uv + - uv pip install --system -U wheel setuptools twine build pretix-plugin-build check-manifest script: - - 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 check-manifest - python -m build - check-manifest . - twine check dist/* - twine upload dist/* - tags: - - python3 only: - pypi artifacts: