From d6d9d7a8e7bab4b0fc41de6ef71a6788f02b88c7 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 26 May 2024 03:40:10 +0200 Subject: [PATCH] [CI/CD] Added extra dependencies to `update-pip-package` step. --- .drone/update-pip-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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