Skip to content

Commit 6b5dba4

Browse files
committed
Add makefile for easy releases
1 parent b1085d8 commit 6b5dba4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.PHONY: release clean
2+
3+
clean:
4+
rm -r build/ dist/ asgiref.egg-info/
5+
6+
release: clean
7+
python3 -m build
8+
python3 -m twine upload dist/*

0 commit comments

Comments
 (0)