# Publish AutoTrader to PyPi
python -m build
python -m twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD
