mirror of https://github.com/cool-RR/PySnooper.git
Add make_release.sh
This commit is contained in:
parent
8fcedfacbe
commit
0bc0d58c6f
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
rm -rf dist/* build/* && python setup.py sdist bdist_wheel --universal && twine upload dist/*
|
Loading…
Reference in New Issue