git tag -a 3.0.0 -m "tag version 3.0.0" git push origin 3.0.0
python setup.py sdist bdist_wheel twine upload --repository testpypi dist/* twine upload --repository pypi dist/*
git clone ...
cd ... git add recipe/meta.yaml git commit -m "new release "
git push origin main
git clone [email protected]:eaton-lab/toytree-feedstock.git