Skip to content

Commit ac7ce5a

Browse files
committed
(pub): add a release script for automation
1 parent 5f492c4 commit ac7ce5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
rm -rf build/ dist/ *.egg-info; # clean
4+
python setup.py sdist bdist_wheel; # source dist + binary wheel
5+
twine upload dist/*; # upload

0 commit comments

Comments
 (0)