forked from platypush/platypush
5 lines
180 B
Bash
Executable file
5 lines
180 B
Bash
Executable file
#!/bin/sh
|
|
|
|
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
|