Fix CI setup

This commit is contained in:
Raphael Michel 2022-04-01 12:31:14 +02:00
parent a09c3b54d8
commit 15159fed47
1 changed files with 4 additions and 4 deletions

View File

@ -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: