Update CI script to work around twine issue

This commit is contained in:
Raphael Michel 2022-11-29 20:49:01 +01:00
parent 765e4210e3
commit 35fc869d85
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pypi:
- source env/bin/activate
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools twine
- XDG_CACHE_HOME=/cache pip3 install -U pretix
- XDG_CACHE_HOME=/cache pip3 install -U pkginfo==1.8.3 # Work around https://github.com/pypa/twine/issues/940
- python setup.py develop
- python setup.py sdist bdist_wheel
- twine check dist/*