Skip to content

Commit 403536a

Browse files
committed
add publish script
1 parent 42181b1 commit 403536a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/publish.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
python setup.py sdist bdist_wheel
4+
twine upload dist/*

0 commit comments

Comments
 (0)