#!/bin/bash

rm -rf build
rm -rf dist
python setup.py sdist bdist_wheel
twine upload dist/*
rm -rf xdialog.egg-info
rm -rf build
rm -rf dist