mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
2 lines
No EOL
113 B
Bash
2 lines
No EOL
113 B
Bash
#!/usr/bin/env bash
|
|
rm -rf dist/* build/* && python setup.py sdist bdist_wheel --universal && twine upload dist/* |