#!/bin/bash

python setup.py sdist

docker run \
	-it --rm \
	-v`pwd`/dist:/root/dist \
	python bash
