1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00
bacpypes/release_to_pypi.sh
2015-08-13 15:26:04 -04:00

9 lines
142 B
Bash
Executable File

#!/bin/bash
for ver in 2.7 3.4; do
sudo python$ver setup.py bdist_egg
sudo python$ver setup.py bdist_wheel
done
twine upload dist/*