PYTHON=python

build:
	$(PYTHON) -m build

clean:
	rm -rf dist/ build/ src/worm_sdk.egg-info worm_sdk.egg-info

upload:
	twine upload dist/*
