Skip to content

Commit 424d474

Browse files
committed
Add upload script
1 parent 79c15b6 commit 424d474

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

upload.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+
source venv/bin/activate
4+
python3 setup.py sdist bdist_wheel
5+
twine upload dist/*
6+
7+
rm -rf build
8+
rm -rf dist
9+
rm -rf *.egg-info

0 commit comments

Comments
 (0)