1
0
Fork 0
tinygrab/push_pypi.sh

6 lines
84 B
Bash
Executable File

#!/bin/bash -e
rm -rf dist
ipython3 setup.py sdist bdist_wheel
twine upload dist/*