mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-23 22:50: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
|
- source env/bin/activate
|
||||||
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools
|
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools
|
||||||
- XDG_CACHE_HOME=/cache pip3 install -U pretix
|
- XDG_CACHE_HOME=/cache pip3 install -U pretix
|
||||||
- python setup.py sdist develop
|
- python setup.py develop
|
||||||
- python setup.py sdist clean
|
- python setup.py sdist bdist_wheel
|
||||||
- python setup.py sdist upload
|
- twine check dist/*
|
||||||
- python setup.py bdist_wheel upload
|
- twine upload dist/*
|
||||||
tags:
|
tags:
|
||||||
- python3
|
- python3
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in a new issue