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

clean:
	rm -rf dist

pub: build
	flit publish