Files
octokit.py/scripts/pypi.sh
T
2018-03-12 10:32:23 -05:00

4 lines
71 B
Bash
Executable File

#!/bin/sh
python setup.py sdist bdist_wheel
twine upload dist/octokit*