#!/bin/bash

rm -rf dist
python3 -m build
python3 -m twine upload --skip-existing dist/*


# users can also install from the Git repo using "python3 -m pip install git+https://github.com/jmfife/emcnet"

