diff --git a/.drone/update-pip-package.sh b/.drone/update-pip-package.sh index 5bd6e25ad5..63927c9436 100755 --- a/.drone/update-pip-package.sh +++ b/.drone/update-pip-package.sh @@ -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