mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-14 02:54:21 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
d0e5ff947e
commit
96be8b4acc
1 changed files with 1 additions and 1 deletions
|
@ -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/*
|
||||
|
|
Loading…
Reference in a new issue