#!/bin/sh # Pushes a new version to PyPi. cd "$(dirname "$0")/.." python3 setup.py sdist upload