[CI/CD] Added extra dependencies to update-pip-package step.

This commit is contained in:
Fabio Manganiello 2024-05-26 03:40:10 +02:00
parent 8d26721040
commit d6d9d7a8e7
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/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 python setup.py sdist bdist_wheel
twine upload dist/platypush-$(python setup.py --version).tar.gz twine upload dist/platypush-$(python setup.py --version).tar.gz