Skip to content

Commit 8e13dfb

Browse files
committed
Add publish script
1 parent 4632641 commit 8e13dfb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

publish.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
rm -rf dist
4+
python setup.py sdist bdist_wheel
5+
twine upload dist/*
6+

0 commit comments

Comments
 (0)