mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-09 14:28:03 -05:00
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/* |