Skip to content

Commit 2b7fb82

Browse files
committed
Add upload to pypi script
1 parent 4146b7f commit 2b7fb82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

upload_to_pypi

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

0 commit comments

Comments
 (0)