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