## build steps
* build
```python setup.py build
python setup.py bdist_wheel
python setup.py sdist
```

* install twine
```
pip install twine
```
* upload to pypi
```
twine upload dist/*
```