build: clean
	flit build --no-setup-py

clean:
	rm -rf dist

main: build
	flit publish