borgmatic/scripts/release

10 lines
185 B
Text
Raw Normal View History

2017-10-28 05:51:10 +01:00
#!/bin/bash
set -e
rm -fr dist
python3 setup.py bdist_wheel
python3 setup.py sdist
twine upload -r pypi dist/borgmatic-*.tar.gz
twine upload -r pypi dist/borgmatic-*-py3-none-any.whl