Install twine

This commit is contained in:
Raphael Michel 2022-04-01 12:38:53 +02:00
parent 15159fed47
commit 1ad356307e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pypi:
- cp /keys/.pypirc ~/.pypirc
- virtualenv env
- source env/bin/activate
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools twine
- XDG_CACHE_HOME=/cache pip3 install -U pretix
- python setup.py develop
- python setup.py sdist bdist_wheel