1
0
mirror of https://github.com/JoelBender/modpypes synced 2025-10-26 21:49:19 +08:00
modpypes/release_to_pypi.sh
2015-07-09 10:24:40 -04:00

7 lines
98 B
Bash
Executable File

#!/bin/bash
sudo python setup.py bdist_egg
sudo python setup.py bdist_wheel
twine upload dist/*