Skip to content

Commit 676c030

Browse files
committed
include a simple pkg publish script.
1 parent cf1ca5d commit 676c030

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)