mirror of https://github.com/cool-RR/PySnooper.git
2 lines
113 B
Bash
2 lines
113 B
Bash
|
#!/usr/bin/env bash
|
||
|
rm -rf dist/* build/* && python setup.py sdist bdist_wheel --universal && twine upload dist/*
|