From c38fb201d6e7d4ae7537c5e9f9c66e2eb6cfda9d Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Mon, 29 Jan 2024 13:52:14 +0100 Subject: [PATCH] .gitlab-ci.conf: Add missing dependency for pypi --- {{cookiecutter.repo_name}}/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/.gitlab-ci.yml b/{{cookiecutter.repo_name}}/.gitlab-ci.yml index e95721e..c6fd435 100644 --- a/{{cookiecutter.repo_name}}/.gitlab-ci.yml +++ b/{{cookiecutter.repo_name}}/.gitlab-ci.yml @@ -30,7 +30,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 check-manifest 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/*