Skip to content

Commit 3c305a7

Browse files
authored
Test/issue-3-makefile (#4)
This closes #3
1 parent d0713aa commit 3c305a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
build:
3+
python3 -m pip install --upgrade build
4+
python3 -m build
5+
6+
test:
7+
pip install ./dist/clickhouse-driver-0.2.4.tar.gz

0 commit comments

Comments
 (0)