mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
Add a short system check before publishing packages
This commit is contained in:
@@ -19,6 +19,10 @@ pypi:
|
|||||||
- pip install -U pip wheel setuptools
|
- pip install -U pip wheel setuptools
|
||||||
- XDG_CACHE_HOME=/cache pip3 install -Ur src/requirements.txt -r src/requirements/dev.txt -r src/requirements/py34.txt
|
- XDG_CACHE_HOME=/cache pip3 install -Ur src/requirements.txt -r src/requirements/dev.txt -r src/requirements/py34.txt
|
||||||
- cd src
|
- cd src
|
||||||
|
- python setup.py sdist
|
||||||
|
- pip install dist/pretix-*.tar.gz
|
||||||
|
- python -m pretix migrate
|
||||||
|
- python -m pretix check
|
||||||
- python setup.py sdist upload
|
- python setup.py sdist upload
|
||||||
- python setup.py bdist_wheel upload
|
- python setup.py bdist_wheel upload
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user