mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-23 22:50:21 +01:00
Install twine
This commit is contained in:
parent
15159fed47
commit
1ad356307e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pypi:
|
||||||
- cp /keys/.pypirc ~/.pypirc
|
- cp /keys/.pypirc ~/.pypirc
|
||||||
- virtualenv env
|
- virtualenv env
|
||||||
- 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 twine
|
||||||
- XDG_CACHE_HOME=/cache pip3 install -U pretix
|
- XDG_CACHE_HOME=/cache pip3 install -U pretix
|
||||||
- python setup.py develop
|
- python setup.py develop
|
||||||
- python setup.py sdist bdist_wheel
|
- python setup.py sdist bdist_wheel
|
||||||
|
|
Loading…
Reference in a new issue