forked from platypush/platypush
[CI/CD] Added extra dependencies to update-pip-package
step.
This commit is contained in:
parent
8d26721040
commit
d6d9d7a8e7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
apk add --update --no-cache py3-twine
|
||||
apk add --update --no-cache py3-twine py3-setuptools py3-wheel py3-pip
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/platypush-$(python setup.py --version).tar.gz
|
||||
|
|
Loading…
Reference in a new issue