#!/usr/bin/env bash
# -*- coding: utf-8 -*-

# create a wheel package

python setup.py bdist_wheel
gpg --detach-sign -a dist/*.whl
