mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-14 02:54:21 +01:00
Update CI script to work around twine issue
This commit is contained in:
parent
765e4210e3
commit
35fc869d85
1 changed files with 1 additions and 0 deletions
|
@ -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/*
|
||||
|
|
Loading…
Reference in a new issue