Update .gitlab-ci.yml

This commit is contained in:
Raphael Michel 2023-05-29 01:26:11 +02:00
parent d0e5ff947e
commit 96be8b4acc
1 changed files with 1 additions and 1 deletions

View File

@ -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/*