push:
	rm -rf dist
	python -m build
	twine upload dist/*
	pip install metalgpu --upgrade
	pip install metalgpu --upgrade 
