#!/bin/bash set -e rm -rf dist mkdir dist cd sparkmagic python setup.py bdist_wheel mv dist/* ../dist