#!/bin/sh

git checkout master
git pull
python3 setup.py sdist bdist_wheel
twine upload dist/* -r pypi --skip-existing
