#!/usr/bin/env nix-shell
#! nix-shell ../pypishell.nix -i bash
python -m build --sdist --wheel
twine check dist/*
twine upload dist/*
