Skip to content

Commit 13202c2

Browse files
committed
Adds library deployment script
1 parent c468685 commit 13202c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/deploy.sh

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

0 commit comments

Comments
 (0)