mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-14 02:54:21 +01:00
Fix CI setup
This commit is contained in:
parent
a09c3b54d8
commit
15159fed47
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ pypi:
|
|||
- source env/bin/activate
|
||||
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools
|
||||
- XDG_CACHE_HOME=/cache pip3 install -U pretix
|
||||
- python setup.py sdist develop
|
||||
- python setup.py sdist clean
|
||||
- python setup.py sdist upload
|
||||
- python setup.py bdist_wheel upload
|
||||
- python setup.py develop
|
||||
- python setup.py sdist bdist_wheel
|
||||
- twine check dist/*
|
||||
- twine upload dist/*
|
||||
tags:
|
||||
- python3
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue