2024-05-23 00:17:55 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2024-05-26 03:40:10 +02:00
|
|
|
apk add --update --no-cache py3-twine py3-setuptools py3-wheel py3-pip
|
2024-05-23 00:17:55 +02:00
|
|
|
python setup.py sdist bdist_wheel
|
|
|
|
twine upload dist/platypush-$(python setup.py --version).tar.gz
|