mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
Add make_release.sh
This commit is contained in:
parent
8fcedfacbe
commit
0bc0d58c6f
1 changed files with 2 additions and 0 deletions
2
make_release.sh
Normal file
2
make_release.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
rm -rf dist/* build/* && python setup.py sdist bdist_wheel --universal && twine upload dist/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue