Skip to content

Commit 85709de

Browse files
committed
upload script
1 parent bfbbf18 commit 85709de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/upload_pypi.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
set -e
3+
4+
python3 setup.py sdist
5+
twine upload dist/*.tar.gz

0 commit comments

Comments
 (0)