".github/vscode:/vscode.git/clone" did not exist on "ce094a5d79aa3794f0cdb86ebf03e4897764e1bd"
Makefile 126 Bytes
Newer Older
Junxian's avatar
Junxian committed
1
2
3
4
5
6
7
8
9

clean_dist:
	rm -rf dist/*

create_dist: clean_dist
	python setup.py sdist

upload_package: create_dist
	twine upload dist/*