mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2025-05-04 03:24:03 +02: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
|
- cp /keys/.pypirc ~/.pypirc
|
||||||
- virtualenv /tmp/env
|
- virtualenv /tmp/env
|
||||||
- source /tmp/env/bin/activate
|
- 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
|
- python -m build
|
||||||
- check-manifest .
|
- check-manifest .
|
||||||
- twine check dist/*
|
- twine check dist/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue