#!/bin/bash python3 setup.py bdist_wheel if [ $? -ne 0 ]; then echo "Error building package. Exiting..."; exit 1; fi echo "Success! Please distribute dist/dialin-dialin-x.y.z-py3-none-any.whl accordingly."