8000 Adding publish script · sotnich/server-client-python@ffd7683 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffd7683

Browse files
author
Russell Hay
committed
Adding publish script
1 parent 82f251e commit ffd7683

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

publish.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
3+
set -e
4+
5+
rm -rf dist
6+
python setup.py sdist
7+
python setup.py bdist_wheel
8+
python3 setup.py bdist_wheel
9+
twine upload dist/*

0 commit comments

Comments
 (0)
0