#!/bin/bash
set -e
git tag $1
git push --tags
python setup.py sdist upload
